Windows XP Application Data Folder?

前端 未结 3 1322
借酒劲吻你
借酒劲吻你 2020-12-21 09:28

I\'m trying to access Windows XP\'s Application Data - but I\'m having a slight issue, I am using the following code:

 Environment.GetFolderPath(Environment.         


        
3条回答
  •  失恋的感觉
    2020-12-21 10:09

    Try using the Environment.SpecialFolder.LocalApplicationData.

    Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)
    

提交回复
热议问题