Skip to content

v1.0.1

Latest

Choose a tag to compare

@programminglaboratorys programminglaboratorys released this 28 Nov 03:43

fix: error message format

1.0.1 doc:

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
}