I can see that in ProcessStartInfo you can specify a file name, but how do you specify a file path?
Thanks.
When it says "filename" it means full or relative path to the file. So you could do something like @"C:\program files\my folder\myProcess.exe";
for example. Or @".\..\..\MyRelativePathedProcess.exe";
You can also control the CWD with Process.StartInfo's WorkingDirectory property.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With