summaryrefslogtreecommitdiffstats
path: root/doc/zipfs.n
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-10-15 06:32:31 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-10-15 06:32:31 (GMT)
commit8c2f47321dea1fe813bb8ca865d2cff1a9b08236 (patch)
treeccf68170e33e95191a421451c329f4fd465a96a5 /doc/zipfs.n
parent8c3b029c0757d433637c1911a74cd55c2766e3e9 (diff)
downloadtcl-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.n6
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