Releases: programminglaboratorys/fs
Releases · programminglaboratorys/fs
v1.0.1
v1.0.0
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
}