Constructs an inode for a directory.
Private
_lsPrivate
dataAdd 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.
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.