osx - How to get a file's arrival time to a directory using Perl? -


assume file copied or moved directory other program. want time file copied/moved folder. is, want time file first appears in directory.

note file might exist before moved/copied or might not.

this not of time information can obtained file::stat. thanks.

you may find file::changenotify helpful tracks file , directory changes. suggest looking @ incron, can track various events , changes of files in filesystems.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -