FileNode

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.
this
this(string name, ulong size)
Undocumented in source.
this
this(string name, ulong size, FileNode[] childs)
Undocumented in source.

Members

Functions

getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getSize
ulong getSize()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

childs
FileNode[] childs;
Undocumented in source.
invalid
bool invalid;
Undocumented in source.
name
string name;
Undocumented in source.
size
ulong size;
Undocumented in source.

Meta