Example #1
0
 public File(DatFileSource source)
 {
     this.Source = source;
 }
Example #2
0
 public Directory(string path, DatFileSource source)
 {
     this.Path   = path;
     this.Name   = Paths.GetFileName(path);
     this.Source = source;
 }