Vista and ProgramData

后端 未结 5 1699
名媛妹妹
名媛妹妹 2020-12-06 16:53

What is the right place to store program data files which are the same for every user but have to be writeable for the program? What would be the equivalent location on MS W

5条回答
  •  感情败类
    2020-12-06 17:18

    Actually SHGetFolderPath is deprecated.

    SHGetKnownFolderPath should be used instead.

提交回复
热议问题