added file and folder perms

This commit is contained in:
2026-01-30 18:29:01 -05:00
parent d9caf655fb
commit cb73f49962
8 changed files with 135 additions and 67 deletions

View File

@@ -133,8 +133,8 @@ function fs.getcwd()
return syscall.getcwd()
end
function fs.setcwd(path)
return syscall.setcwd(path)
function fs.chdir(path)
return syscall.chdir(path)
end
function fs.isDir(path)