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

fzrt_file_get_time_stamp

Description

Gets time stamp of a file. The time stamp of a file consists of either the modification date or the creation date. The values are dependent, and are only useful for comparing to other values

Plugin Prototype

fzrt_error_td fzrt_file_get_time_stamp(

fzrt_floc_ptr

floc,

fzrt_int *

mod_date,

fzrt_int *

cr_date )

Parameters

floc [Input]

File locator. Location of file

mod_date [Result, Optional]

Modification date as fzrt_int. Value is dependent

cr_date [Result, Optional]

Creation date as fzrt_int. Value is dependent.

Returns

FZRT_NOERR on success, Otherwise, an error ID.

Availability

5.0.0.0

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h