enum RemiLib::Config::DirectoryType

Overview

The supported types of user configuration directories.

Defined in:

remilib/config/resolver.cr

Enum Members

Xdg = 0

Follows the XDG Base Directory Specification.

Windows = 1

Uses the %APPDATA% directory.

Custom = 2

A custom directory type.

Instance Method Summary

Constructor methods inherited from struct Enum

new(val : RemiLib::RSConf::RSValue) new

Class methods inherited from class Object

fromRsconf(toplevel : RemiLib::RSConf::RSValue)
fromRsconf(data : String | IO | Path)
fromRsconf

Instance Method Detail

def custom? #

[View source]
def windows? #

[View source]
def xdg? #

[View source]