Process.Start(@"D:/04GitHub/XJBX/XJBX/38资源的使用/bin/Debug/View3D/PowerPixel3D.exe");-------我这样是可以的。
Process.Start(@"D:\04GitHub\XJBX\XJBX\38资源的使用\bin\Debug\View3D\PowerPixel3D.exe");-------我这样是可以的。
Process.Start(@"View3D\PowerPixel3D.exe");-------我这样是可以的。
Process.Start(@"View3D/PowerPixel3D.exe");-------我这样会报错找不到文件
为什么???不是很理解