Exemplo n.º 1
0
 public void LoadPath(string path, IFileFilter filt, string srlFile)
 {
     ReadSRLFile(srlFile);
     FilePathProcessor.ProcessPath(new File(path), filt, this);
     srlMap = null;
 }
Exemplo n.º 2
0
 /// <summary>Load trees from given directory.</summary>
 /// <param name="path">file or directory to load from</param>
 /// <param name="filt">a FilenameFilter of files to load</param>
 public override void LoadPath(File path, IFileFilter filt)
 {
     FilePathProcessor.ProcessPath(path, filt, this);
 }