pub fn home() -> String
Return the current user’s home directory.
use imessage_database::util::dirs::home; let path = home(); println!("{path}");