Disk directory manipulation.
make System.directory(name)
: Opens a directory.operator map(method)
: Calls method on each of the filenames in the directory.__op_map__(method)
: Calls method on each of the filenames in the directory.close()
: Closes directory and prevents further operations on this object.read()
: Read a directory entry.seek(pos)
: Move current position in directory.tell()
: Get current position in directory.