did mutiple changes

This commit is contained in:
2026-01-30 11:16:20 -05:00
parent 1c3d2c8b48
commit d9caf655fb
9 changed files with 318 additions and 289 deletions

View File

@@ -114,15 +114,15 @@ function fs.remove(path)
end
function fs.list(path)
return syscall.list(path)
return syscall.listdir(path)
end
function fs.type(path)
return syscall.type(path)
end
function fs.attributes(path)
return syscall.attributes(path)
function fs.stat(path)
return syscall.stat(path)
end
function fs.exists(path)