pub fn home_dir() -> Option<PathBuf>
Returns the current user’s home directory, resolved natively or via Node.js (os.homedir()), or None if it cannot be determined.
os.homedir()
None