SetFileTimeΒΆ

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

n = GetFileTime(svFileNames, rmDateTime)

Return Value

n is the number of files where the time was set successfully.

Parameters

svFileNames

svFileNames is a vector of complete file names.

rmDateTime

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.

History

Version Description
5.2.0 New

id-1556054