FsOpMaker interface

This interface has one method:

make_fs_op(object root_dir) -> object

This creates an FsOp object with root_dir as the root directory. The current working directory is initially unset; you can set it with the fsop_chdir method.

FsOpMaker (last edited 2007-10-10 21:01:32 by MarkSeaborn)