在C#中设置当前目录

时间:2017-06-15 07:57:13

标签: c# batch-file

我尝试更改C#代码中的目录,以便运行批处理文件。

例如:

D:\Program Files\Common Files\asd.bat

但是,当我使用Directory.SetCurrentDirectory(@"D:\Program Files\Common Files\asd.bat");时,它会给我两个错误。

  1. 无效的令牌'('在类,结构或接口成员声明中 错误
  2. ' System.IO.Directory.SetCurrentDirectory(字符串)'是一种方法'但是像''类型'
  3. 是的,请有人帮助我。我还是C#的新手。

1 个答案:

答案 0 :(得分:0)

The error must be somewhere else. Maybe you did put your code directly in the class and not inside a member?