homeDir

Current user home directory.

nothrow @safe
string
homeDir
()

Return Value

Type: string

Path to user home directory, or an empty string if could not determine home directory. Relies on environment variables. Note: This function does not cache its result.

Meta