updf_get_filetimesΒΆ

updf_get_filetimes returns the file times of an open UPDF file.

rvFileTimes = updf_get_filetimes(stg)

Return Value

rvFileTimes is a real 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.

Parameters

stg

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

History

Version Description
R2013 (5.50) New.

id-935470