开发者

Create a File or Directory as User in the CommonAppData Location with .NET

开发者 https://www.devze.com 2022-12-20 09:40 出处:网络
I need to create a file/directo开发者_JAVA技巧ry in the common application data folder that will be shared across all accounts.If I create the file/directory as admin, I have no problem but if I creat

I need to create a file/directo开发者_JAVA技巧ry in the common application data folder that will be shared across all accounts. If I create the file/directory as admin, I have no problem but if I create the file/directory as a user the file/directory goes into the virtualized folder for the user's account. Has anyone found a good way to do this?


When you install your app can't you create a directory to use for the other users. Or is that not a valid scenario.

0

精彩评论

暂无评论...
验证码 换一张
取 消