Skip to main content

home

Function home 

Source
pub fn home() -> String
Expand description

Return the current user’s home directory.

§Example:

use imessage_database::util::dirs::home;

let path = home();
println!("{path}");