public static void Mainly()
 {
     DirectoryWalker.DoWalk(
         PrintDir,
         PrintFile,
         "..");
 }