formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | File

fzrt_file_set_time_stamp

Description

Sets time stamp of a file. The values are dependent and cannot be calculated. It is only useful to restore the time stamp of a file after copying or modifying the file with the time stamp obtained from .

Plugin Prototype

fzrt_error_td fzrt_file_set_time_stamp(

fzrt_floc_ptr

floc,

fzrt_int

mod_date,

fzrt_int

cr_date )

Parameters

floc [Input]

file locator. Location of file

mod_date [Input]

Modification date as a fzrt_int. Value is dependent

cr_date [Input]

Creation date as a fzrt_int. Value is dependent.

Returns

FZRT_NOERR on success, Otherwise, an error ID.

Availability

5.0.0.0

See Also

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h