homeDir
Get the current user's home directory path.
utlx
homeDir() // "/Users/alice" or "/home/alice"
{
home: homeDir()
}