예제 #1
0
 public FileNode(HostDatabase db, string filePath)
 {
     this.filePath = filePath;
     this.factory  = db.GetFactory(Path.GetExtension(filePath));
 }
예제 #2
0
 public DirectoryNode(HostDatabase db, string filePath)
 {
     this.db       = db;
     this.filePath = filePath;
 }