updating ac

This commit is contained in:
jakani24
2024-05-10 14:27:52 +02:00
parent 237d1821e1
commit d3f83426fa
41 changed files with 556 additions and 174 deletions

View File

@@ -1,3 +1,13 @@
/*
This file containes functions to process changes in the filesystem. it houses the rtp file scanner.
Functions:
- process_changes(): This function processes the changes in the file system.
- monitor_directory(): This function monitors the directory for changes.
- folder_scanner(): This function scans the folder for changes. And initiates the other functions
- is_directory(): This function checks if the path is a directory.
*/
#ifndef CHECK_DIR_CPP
#define CHECK_DIR_CPP
#include "check_dir.h"