示例#1
0
 public IFileSystemNode GetDrive(string path)
 {
     return(rootNode.GetOrCreateChild(path));
 }