Exemplo n.º 1
0
 public FileNode(HostDatabase db, string filePath)
 {
     this.filePath = filePath;
     this.factory  = db.GetFactory(Path.GetExtension(filePath));
 }
Exemplo n.º 2
0
 public DirectoryNode(HostDatabase db, string filePath)
 {
     this.db       = db;
     this.filePath = filePath;
 }