Enum fruitbasket::InstallDir [] [src]

pub enum InstallDir {
    Temp,
    SystemApplications,
    UserApplications,
    Custom(String),
}

Options for where to save generated app bundle

Variants

Store in a system-defined temporary directory

Store in the system-wide Application directory (all users)

Store in the user-specific Application directory (current user)

Store in a custom directory, specified as a String