static bool GetBaseDirectory(string[] args)
 {
     Console.WriteLine(physFS.GetBaseDir());
     return(true);
 }