GetHomeDirectory()
Syntax
Result$ = GetHomeDirectory()Description
Returns the home directory name of the currently logged user.
Parameters
None.
Return value
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.
See Also
GetCurrentDirectory(), GetTemporaryDirectory()
Supported OS
All