public void getSizeInCurrentDirectoryTest()
 {
     string tPath = "C:/Users/zhanghui03/source/repos/DirectorEditor/TestResources/xixi";
     var    size  = FileOperationHelper.getSizeInCurrentDirectory(tPath);
 }