GetFileTimeΒΆ

GetFileTime returns the date and time at which given files were created, last accessed and last written to.

rmDateTime = GetFileTime(svFileNames)

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

svFileNames is a vector of complete file names.

id-1577558