Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 452 Bytes

File metadata and controls

29 lines (15 loc) · 452 Bytes

GetSpecialPath

获取系统特殊路径

path = GetSpecialPath(attributes)

参数:

  • attributes [MACRO number]:路径标识,可能的路径标识见 附录

返回值:

  • path [string]:完整路径

备注

  • 不同系统对此函数的支持程度不同,甚至是相同类型的系统(如Windows)不同版本之间也会有差异

示例