file_set_time()#
Syntax
file_set_time( path, location, modified )
Returns#
Return value: 0 on success, -1 on failure.
Parameters#
Parameter | Description |
---|---|
path |
complete path and file name. |
location |
File location. “script” or “data”, defaulting to “data” if any other value. |
modified |
the time_t timestamp value. |