当前用户
string path1 = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
所有用户
string path2 = Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData);

相关文章:

  • 2021-10-02
  • 2021-06-11
  • 2022-12-23
  • 2021-11-15
  • 2021-12-04
  • 2022-12-23
  • 2022-03-03
  • 2021-07-25
猜你喜欢
  • 2021-10-14
  • 2022-03-02
  • 2022-01-08
  • 2021-07-19
  • 2022-01-29
  • 2021-08-28
  • 2021-09-07
相关资源
相似解决方案