How can I create and save file in Program File directory in Windows 7?

前端 未结 1 1024
自闭症患者
自闭症患者 2020-12-22 01:03

I have the program that show the registration window when it was started. When I set login and password the program must create some file in Program File/SomeProgram directo

相关标签:
1条回答
  • 2020-12-22 01:51

    You might consider writing to CommonAppData special folder, instead of Program Files.

    0 讨论(0)
提交回复
热议问题