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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -