nithish642k/file-watcher-project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To change the watch directory: 1)Open 'final.c' 2)In line 20 of the code,change "/home/hp-3564/project" to the location of the directory you want to monitor. To run the file watcher: 1)Open the terminal 1)compile the program 'final.c' with the command 'gcc -w final.c' 2)Run the program with the command './a.out'