diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-10-15 06:32:31 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-10-15 06:32:31 (GMT) |
commit | 8c2f47321dea1fe813bb8ca865d2cff1a9b08236 (patch) | |
tree | ccf68170e33e95191a421451c329f4fd465a96a5 /doc/zipfs.n | |
parent | 8c3b029c0757d433637c1911a74cd55c2766e3e9 (diff) | |
download | tcl-8c2f47321dea1fe813bb8ca865d2cff1a9b08236.zip tcl-8c2f47321dea1fe813bb8ca865d2cff1a9b08236.tar.gz tcl-8c2f47321dea1fe813bb8ca865d2cff1a9b08236.tar.bz2 |
More fixes, update docs
Diffstat (limited to 'doc/zipfs.n')
-rw-r--r-- | doc/zipfs.n | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/zipfs.n b/doc/zipfs.n index fa361ef..a730497 100644 --- a/doc/zipfs.n +++ b/doc/zipfs.n @@ -123,6 +123,12 @@ filesystem at \fImountpoint\fR. After this command executes, files contained in \fIzipfile\fR will appear to Tcl to be regular files at the mount point. If \fImountpoint\fR is specified as an empty string, it is defaulted to the \fB[zipfs root]\fR. +The command returns the normalized mount point path. +.PP +If not under the zipfs file system root, \fImountpoint\fR is normalized with +respect to it. For example, a mount point passed as either \fBmt\fR \fB/mt\fR +would be normalized to \fB//zipfs:/mt\fR. An error is raised if the mount point +includes a drive or UNC volume. .PP \fBNB:\fR because the current working directory is a concept maintained by the operating system, using \fBcd\fR into a mounted archive will only work in the |