Disk directory manipulation.
make System.directory(name): Opens a directory.name: Name of file to open.close(): Closes directory and prevents further operations on this object.read(): Read a directory entry.seek(pos): Move current position in directory.pos: Position in directory to move to.tell(): Get current position in directory.