Esempio n. 1
0
 public ulong EstimateDirSize()
 {
     return((ulong)DirUtils.DirSize(new DirectoryInfo(_dbpath)));
 }