Skip to main content

app_paths

Function app_paths 

Source
pub fn app_paths(application_name: &str) -> Result<AppPaths, PathError>
Expand description

Resolve application paths using platform defaults (no directory creation).

ยงFilesystem access

Consults platform directory APIs. Does not create directories. Does not use the process current directory as the global root.