stgvfs(n) 1.0.0 "stgvfs"

NAME

stgvfs - Structured storage based virtual filesystem

TABLE OF CONTENTS

    TABLE OF CONTENTS
    SYNOPSIS
    DESCRIPTION
    COMMANDS
    AUTHORS
    SEE ALSO
    KEYWORDS
    COPYRIGHT

SYNOPSIS

package require Tcl 8.2
package require Storage ?1.0.0?
package require vfs::stg ?1.0.0?

vfs::stg::Mount path to

DESCRIPTION

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.

COMMANDS

vfs::stg::Mount path to
Mount the specified file as directory to.

 
% 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

AUTHORS

Pat Thoyts

SEE ALSO

tclstorage(n), vfs(n)

KEYWORDS

stream, structured storage, vfs, virtual filesystem

COPYRIGHT

Copyright © 2004, Pat Thoyts