fsobj
v1.0.4
Published
Turn your filesystem hierarchy into an object.
Downloads
15
Readme
fsobj
Have your filesystem hierarchy as an object hierarchy. fsobj returns an object with getters that return file contents for files and fsobjs for directories. Files are read as UTF-8. It can optionally strip file extensions.
fsobj(pathname, ext)
pathname is the directory that is the root of the fsobj. ext is an optional extension to strip from filenames.
