Replies: 1 comment
-
Thanks for reporting this issue, I'll investigate it and release a fix this month. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The fix may be adding workingdirectory , and examle would be :
Process p = new Process();
p.StartInfo.WorkingDirectory = "C:/Downloads/The Forest";
p.StartInfo.FileName = C:/Downloads/The Forest/TheForest.exe;
p.Start();
Beta Was this translation helpful? Give feedback.
All reactions