Process.Start(<directory>) should work.System.ComponentModel.Win32Exception: 'An error occurred trying to start process 'file:///C:/dev/directory' with working directory '<workingdirectory>'. The system cannot find the file specified.'I am able to open the directory by
Process.Start("explorer", "C:/dev/directory"). So, why is the other way not working?