Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 215 Bytes

File metadata and controls

25 lines (13 loc) · 215 Bytes

GetBasePath

获取程序运行的目录

path = GetBasePath()

参数:

返回值:

  • path [string]:程序运行目录

示例