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
Post a Comment