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

Instance Method Detail

def custom? #

[View source]
def windows? #

[View source]
def xdg? #

[View source]