Exemplo n.º 1
0
 public FolderSplitWorker(string folderName, int buffersize, long splitsize=0)
 {
     WorkerReportsProgress = true;
     WorkerSupportsCancellation = true;
     _folder = folderName; folder = null;
     this.bufsize = buffersize; this.splitsize = splitsize;
     stlocation = "";
 }
Exemplo n.º 2
0
 public void AccumulateFolderInfo()
 {
     folder = new FileFolderInfoExtractor(_folder);
     folder.AccumulateAllInfo();
 }