childExists($name)
Checks if a child-node with the specified name exists.
getChildren()
Returns an array with all the child nodes.
The ICollection Interface.
The INode interface is the base interface, and the parent class of both ICollection and IFile...
createFile($name, $data=null)
Creates a new file in the directory.
createDirectory($name)
Creates a new subdirectory.
getChild($name)
Returns a specific child node, referenced by its name.