enum GLib::FileTest

Defined in:

lib/gi-crystal/src/auto/g_lib-2.0/g_lib.cr

Enum Members

IsRegular = 1_u32
IsSymlink = 2_u32
IsDir = 4_u32
IsExecutable = 8_u32
Exists = 16_u32

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def exists? #

def is_dir? #

def is_executable? #

def is_regular? #

def is_symlink? #

def none? #