added more hpv funcs and made primshell

This commit is contained in:
2026-01-16 14:17:28 -05:00
parent bd8fe50770
commit 70532f6e2c
14 changed files with 321 additions and 121 deletions

View File

@@ -1,3 +1,4 @@
--:Minify:--
local fs={}
-- "VFS_open" : open
@@ -136,4 +137,8 @@ function fs.setcwd(path)
return syscall.VFS_setcwd(path)
end
function fs.isDir(path)
return syscall.VFS_isDirectory(path)
end
return fs