Creates a file if it does not exist, or updates its modification time if it does.
Example:
var path = new Path ("/tmp/touchme.txt");
bool ok = Files.touch (path);
| path |
path to the file. |
|
true on success, false on error. |