Crate dirs [] [src]

Library offering an API to query operating system specific paths.

Structs

Directories

The main type of this library. Create one via Directories::with_prefix and use it to query operation system specific paths, such as configuration directories.

Error

Error that is returned when the operation system's interfaces cannot be queried for the path information.

Type Definitions

Result

A specialized Result type for this library.