Skip to content

Windows 平台常用路径缩写

系统路径

  • %SystemRoot% 系统根目录
  • %ProgramFiles% 程序文件目录
  • %ProgramW6432% 程序文件(x64)目录
  • %ProgramFiles(x86)% 程序文件(x86)目录
  • %AppData% 应用程序数据目录
  • %LocalAppData% 本地应用程序数据目录
  • %Temp% 临时目录
  • %UserProfile% 用户目录
  • %ProgramData% 程序数据目录
  • %SystemDrive% 系统盘

Released under the MIT License.