Function app_dirs2::get_app_dir [−][src]
pub fn get_app_dir(
t: AppDataType,
app: &AppInfo,
path: &str
) -> Result<PathBuf, AppDirsError>
Expand description
Returns (but does not create) path to app-specific data subdirectory for provided data type and subdirectory path.
The path
parameter should be a valid relative path separated by
forward slashes (/
).
A result of Ok
means that we determined where the data SHOULD go, but
it DOES NOT guarantee that the directory actually exists. (See
app_dir
.)