GetFileTime returns the date and time at which given files were created, last accessed and last written to.
Return Value
rmDateTime is a matrix with three columns:
| rmDateTime[;1] | date and time the file was created. |
| rmDateTime[;2] | date and time the file was last accessed. |
| rmDateTime[;3] | date and time the file was last written to. |
Each element can be zero if the application does not require this information.
Parameters
svFileNames is a vector of complete file names.
See also
Overview Files, Overview Date and Time, GetFileTime, DT_Format, FindFiles
id-1577558