Disk directory manipulation.
make System.directory(name, ): Opens a 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.