|
Tree
The Tree class abstracts filesystem-like access
IntroductionThe Tree class is an abstract class thats responsible for doing all the file operations. It features functions such as copy, getNodeInfo, delete, put, createDirectory, createFile. An example of a fully functioning Tree object, is the ObjectTree ExtendingTODO |
Sign in to add a comment