getTimes
fn
void getTimes(R)(R name,
out SysTime accessTime,
out SysTime modificationTime) if (isSomeFiniteCharInputRange!R && !isConvertibleToString!R)Get the access and modified times of file or folder name.
Parameters
name | File/Folder _name to get times for. |
accessTime | Time the file/folder was last accessed. |
modificationTime | Time the file/folder was last modified. |
Throws
FileException on error.