.. highlightlang:: us .. index:: updf_set_filetimes .. _updf_set_filetimes: updf_set_filetimes ================== .. us.tag updf_set_filetimes NOTREADYENGLISH updf updf-misc New5500 :ref:`updf_set_filetimes` sets the file times of an open UPDF file. .. function:: bool = updf_set_filetimes(stg, rvFileTimes) .. us.return **Return Value** *bool* .. us.params **Parameters** .. uparam:: stg *stg* is a storage object (see :ref:`updf_create_file`, :ref:`updf_open_file`, :ref:`updf_create_storage`). .. uparam:: rvFileTimes *rvFileTimes* is a vector with 3 elements: .. list-table:: :header-rows: 0 * - *rvFileTimes[;1]* - date and time the file was created. * - *rvFileTimes[;2]* - date and time the file was last accessed. * - *rvFileTimes[;3]* - date and time the file was last written to Elements can be set to 0 and will not be modified. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2013 (5.50) - New. .. seealso:: :ref:`Overview-UPDF-Files`, :ref:`updf_get_filetimes` :sub:`id-1804483`