|
Is there any way to find any changes made to a directory?
Hi groupies.
Is there any way to find any changes made to a directory?
Changes are adding a file to the directory or removing a file.
That is, I need to get the name of the file which is added or removed.
For adding,
I think one way of doing it, is by creating a script to access creation time or modification time frequently. If there are any files with timestamp grater than the “time” previously saved get the file name of it.
Will this works….?? or is there any function to trigger...??
|