GetHomeDirectory()
语法
Result$ = GetHomeDirectory()概要
Returns the home directory name of the currently logged user.
参数
无.
返回值
Returns the full path of the home 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
The home directory is the directory for the user data (preferences, plugins etc.) of the current user. Read and write access should be possible in this directory.
参阅
GetCurrentDirectory(), GetTemporaryDirectory()
已支持操作系统
所有