Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TempDLL *temdll
TempDLL
目录释放配置
Functions ¶
Types ¶
type TempDllDIR ¶
type TempDllDIR int8
TempDllDIR
DLL存放目录
const ( TddInvalid TempDllDIR = iota - 1 // 无效 TddTmp // 系统临时目录 TddCurrent // 当前执行文件目录 TddEnergyHome // Energy环境变量目录, 如果为空,则为系统临时目录 TddCustom // 自定义目录, 如果为空,则为系统临时目录 )
Click to show internal directories.
Click to hide internal directories.