예제 #1
0
 public FileEntry(TaxonomyLib.File file, string path, Taxonomy taxonomy)
 {
     this.file     = file;
     Path          = path;
     IsDirectory   = Directory.Exists(path);
     this.taxonomy = new WeakReference <Taxonomy>(taxonomy);
 }
예제 #2
0
 public FileEntry(TaxonomyLib.File file, string path, Taxonomy taxonomy)
 {
     this.file     = file;
     Path          = path;
     this.taxonomy = new WeakReference <Taxonomy>(taxonomy);
 }