March 2002
Intermediate to advanced
528 pages
21h 29m
English
touch
bool touch(stringpath[, inttime])
Sets the modification date of path to
time (a Unix timestamp value). If not
specified, time defaults to the current
time. If the file does not exist, it is created. Returns
true if the function completed without error and
false if an error occurred.