public void SetWorkingDirectory(string path) { System.IO.Directory.SetCurrentDirectory(path); }