Open a folder using Process.Start

后端 未结 14 2287
南笙
南笙 2020-11-30 22:56

I saw the other topic and I\'m having another problem. The process is starting (saw at task manager) but the folder is not opening on my screen. What\'s wrong?



        
14条回答
  •  情深已故
    2020-11-30 23:16

    You're using the @ symbol, which removes the need for escaping your backslashes.

    Remove the @ or replace \\ with \

提交回复
热议问题