20060322 -- I have started work on a VFS to (transparently) access 9P filer servers. The current version of the code can be accessed here: http://plan9.bell-labs.com/sources/contrib/axel/tcl/9pvfs/ Right now there is code to mount a file system over 9P and transparently access it -- code that allows one to easily make a tcl 9P client. Currently the access is readonly, but it is trivial to add support to write/create/delete files and create and delete directories. The intention is to also provide support to easily create (simple) 'synthetic' (virtual) file servers that can be accessed via 9P. That would allow tcl programs to offer access to their resources via 9P. Axel Belinfante ---- [Category VFS]