.. highlightlang:: us .. index:: GetFileTime .. _getfiletime: GetFileTime =========== .. us.tag GetFileTime NOTREADYENGLISH DATETIME FILE_MISC :ref:`GetFileTime` returns the date and time at which given files were created, last accessed and last written to. .. function:: rmDateTime = GetFileTime(svFileNames) .. us.return **Return Value** *rmDateTime* is a matrix with three columns: .. list-table:: :header-rows: 0 * - *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. .. us.params **Parameters** .. uparam:: svFileNames *svFileNames* is a vector of complete file names. .. seealso:: :ref:`overview-files`, :ref:`overview-date-and-time`, :ref:`GetFileTime`, :ref:`DT_Format`, :ref:`FindFiles` :sub:`id-1577558`