Example #1
0
 public void Delete()
 {
     node.Delete();
     node = null;
     // TODO: Deal with null nodes in the rest f the logial file systems objects
     // e.g. Move()
 }
Example #2
0
 public void Delete()
 {
     node.Delete();
 }