Skip to content

Releases: programminglaboratorys/fs

v1.0.1

28 Nov 03:43
Compare
Choose a tag to compare

fix: error message format

v1.0.0

09 Nov 01:12
Compare
Choose a tag to compare

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
}