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.