[][src]Function fungus::sys::user::home_dir

pub fn home_dir() -> Result<PathBuf>

Returns the full path to the current user's home directory.

Examples

use fungus::prelude::*;

assert!(user::home_dir().is_ok());