This function is Windows-Only.
Get creation/access/modified times of file name.
This is the same as getTimes except that it also gives you the file creation time - which isn't possible on POSIX systems.
File name to get times for.
Time the file was created.
Time the file was last accessed.
Time the file was last modified.
FileException on error.
See Implementation
This function is Windows-Only.
Get creation/access/modified times of file name.
This is the same as getTimes except that it also gives you the file creation time - which isn't possible on POSIX systems.