The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tsk::Fs::Meta - File metadata structure

getSize()

Get file size (in bytes)

getType()

Get file type.

getFlags()

Get flags for this file for its allocation status etc.

getAddr()

Get address of the meta data structure for this file

getMTime()

Get last file content modification time (stored in number of seconds since Jan 1, 1970 UTC)

getMTimeNano()

Get nano-second resolution of modification time

getATime()

Get last file content accessed time (stored in number of seconds since Jan 1, 1970 UTC)

getATimeNano()

Get nano-second resolution of accessed time

getCTime()

Get last file / metadata status change time (stored in number of seconds since Jan 1, 1970 UTC)

getCTimeNano()

Get nano-second resolution of change time

getCrTime()

get created time (stored in number of seconds since Jan 1, 1970 UTC)

getCrTimeNano()

Get nano-second resolution of created time

getDTime()

Get linux deletion time

getDTimeNano()

Get nano-second resolution of deletion time

getBackUpTime()

Get HFS+ backup time

getBackUpTimeNano()

Get nano-second resolution of HFS+ backup time

BUGS

https://rt.cpan.org/Public/Bug/Report.html?Queue=Tsk

https://github.com/wsdookadr/Tsk-XS/issues

AUTHOR

Stefan Petrea, <stefan at garage-coding.com>