---- 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. ----