use std::path::PathBuf; pub fn get_data_dir() -> Option { dirs::data_dir().map(|f| f.join("tfclient/")) }