Skip to content

v1.0.0

Compare
Choose a tag to compare
@programminglaboratorys programminglaboratorys released this 09 Nov 01:12
· 1 commit to master since this release

xlua library contains:

fs {
    listdir(path: string, type: int) -> Array[string]
    file_exists(path: string) -> bool
    is_file(path: string) -> bool
    is_directory(path: string) -> bool
    -- types
    BOTH = 0
    DIRS = 1
    FILES = 2
}