getTimesWin

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.

Parameters

name R

File name to get times for.

fileCreationTime SysTime

Time the file was created.

fileAccessTime SysTime

Time the file was last accessed.

fileModificationTime SysTime

Time the file was last modified.

Throws

FileException on error.

Meta