
[Top]
system
|
Method system.utime()
- Method
utime
void system.utime(string path, int atime, int mtime)
- Description
-
Set the last access time and last modification time for the
path path to atime and mtime repectively.
- Note
Throws errors on failure.
This function is not available on all platforms.
Extracted from Pike v7.3 release 11 at 2001-11-03.
|