GetCurrentDirectory()
语法
Result$ = GetCurrentDirectory()概要
Returns the current directory for the program.
参数
无.
返回值
Returns the full path of the current directory. It will end with a directory separator ('\' on Windows and '/' otherwise).
It's very unlikely, but if this function fails, it will return an empty string.
Remarks
All files accesses are relative to this directory, when no absolute path is specified. To change the current directory, use SetCurrentDirectory().
参阅
SetCurrentDirectory(), GetHomeDirectory(), GetTemporaryDirectory()
已支持操作系统
所有