diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-10-02 07:00:29 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-10-02 07:00:29 (GMT) |
commit | cc068620bf23e1927721ec0e56dd0d370b85b5a4 (patch) | |
tree | c2c9e785bf661f92e57c126de7e6acbfad461dd3 /doc/file.n | |
parent | 2f7d589ee1ecb7d5440ba1a10e60498383f0de09 (diff) | |
parent | ec0c60f4713cafe1cf1ba58dbd2a1a562339f9e0 (diff) | |
download | tcl-cc068620bf23e1927721ec0e56dd0d370b85b5a4.zip tcl-cc068620bf23e1927721ec0e56dd0d370b85b5a4.tar.gz tcl-cc068620bf23e1927721ec0e56dd0d370b85b5a4.tar.bz2 |
Merge 8.7 - Fix [02acab5aea], [d8a354f7d9], [62e5508ee], [4af110a6a1], [02acab5aea] - file ensemble bugs for zipfs
Diffstat (limited to 'doc/file.n')
-rw-r--r-- | doc/file.n | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,8 @@ for the file. The time is measured in the standard POSIX fashion as seconds from a fixed starting time (often January 1, 1970). If the file does not exist or its access time cannot be queried or set then an error is generated. On Windows, FAT file systems do not support access time. +On \fBzipfs\fR file systems, access time is mapped to the modification +time. .TP \fBfile attributes \fIname\fR .TP @@ -275,6 +277,7 @@ the file (equivalent to Unix \fBtouch\fR). The time is measured in the standard POSIX fashion as seconds from a fixed starting time (often January 1, 1970). If the file does not exist or its modified time cannot be queried or set then an error is generated. +On \fBzipfs\fR file systems, modification time cannot be explicitly set. .TP \fBfile nativename \fIname\fR . |