How to get folder path for ClickOnce application

前端 未结 7 1715
Happy的楠姐
Happy的楠姐 2020-11-29 16:45

I need to write a file in the same folder where a console ClickOnce .application (executable file) resides. The folder where it launches from.

I tried u

7条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 17:09

    To find the folder location, you can just run the app, open the task manager (CTRL-SHIFT-ESC), select the app and right-click|Open file location.

提交回复
热议问题