updf_set_filetimesΒΆ

updf_set_filetimes sets the file times of an open UPDF file.

bool = updf_set_filetimes(stg, rvFileTimes)

Return Value

bool

Parameters

stg

stg is a storage object (see updf_create_file, updf_open_file, updf_create_storage).

rvFileTimes

rvFileTimes is a vector with 3 elements:

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.

History

Version Description
R2013 (5.50) New.

id-1804483