nfv_create_file
Creates a file with a TimeStamp.
Syntax
stock nfv_create_file(const filename[], const new_time=-1) {
Usage
| filename | The file location for the data. |
| new_time | Timestamp to set for the file in Unix time. Set to -1 for current time. |
Return
1 — if created, -1 on existing, 0 on failure.
Defined in
nfvault.inc
at line 2927
.
This documentation was automatically generated from source.