stgvfs - Structured storage based virtual filesystem
TABLE OF CONTENTS
SYNOPSIS
DESCRIPTION
COMMANDS
AUTHORS
SEE ALSO
KEYWORDS
COPYRIGHT
package require Tcl 8.2
package require Storage ?1.0.0?
package require vfs::stg ?1.0.0?
|
This package builds upon the Storage package to enable Tcl scripts to mount structured storage files as a virtual filesystem. Files based upon this format include Microsoft Word documents, Excel spreadsheets and Powerpoint presentations and are often used for OLE object persistence to file.
% package require stgvfs % vfs::stg::Mount "My Document.doc" "My Document.doc" % set f [open "My Document.doc/WordDocument" r] % fconfigure $f -encoding unicode % read $f |
Pat Thoyts
tclstorage(n), vfs(n)
stream, structured storage, vfs, virtual filesystem
Copyright © 2004, Pat Thoyts