Constructs an inode for a directory.
Add the given item to the directory listing. Note that the given inode is not copied, and will be mutated by the DirInode if it is a DirInode.
Item name to add to the directory listing.
The inode for the item to add to the directory inode.
True if it was added, false if it already existed.
Returns the inode for the indicated item, or null if it does not exist.
Name of item in this directory.
Returns the directory listing for this directory. Paths in the directory are relative to the directory's path.
The directory listing for this directory.
Return a Stats object for this inode.
Removes the given item from the directory listing.
Name of item to remove from the directory listing.
Returns the item removed, or null if the item did not exist.
Generated using TypeDoc
Inode for a directory. Currently only contains the directory listing.