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