+2003-02-18 Vince Darley <vincentdarley@sourceforge.net>
+
+ * generic/vfs.c:
+ * library/*.tcl: clean up of posix error handling.
+
+ * doc/vfs.n: added some more documentation.
+
2003-02-18 Vince Darley <vincentdarley@sourceforge.net>
* generic/vfs.c: added 'vfs::filesystem posixerror' command
'\"
-'\" Copyright (c) 2001, Vince Darley
+'\" Copyright (c) 2001-2003, Vince Darley
'\"
'\"
.so man.macros
effect is to provide the command \fBvfs::filesystem\fR which allows
the interpreter to intercept filesystem commands and handle them with
Tcl code in that interpreter.
+.PP
+There are two unsupported subcommands of \fBvfs::filesystem\fR,
+\fBfullynormalize path\fR and \fBposixerror int\fR, which are used to
+normalize a path (including any final symlink) and to register a posix
+error code with a Tcl error, respectively.
.TP
\fBvfs::filesystem\fR \fImount\fR \fI?-volume?\fR \fIpath\fR \fIcommand\fR
To use a virtual filesystem, it must be 'mounted'. Mounting involves