Version 0 of tclVFS Hints and Tricks

Updated 2004-10-29 03:21:02 by CMCc

New (Feb 20 2003), tclvfs now contains a nice debugging feature for those writing tclvfs implementations:

    vfs::filesystem internalerror report
    proc report {} { puts stderr $::errorInfo }

will do wonders! Tcl implementations are now not allowed to throw Tcl errors, only Tcl ok or posix errors.