1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-17 00:37:39 +00:00

rttp initial version -- insecure

This commit is contained in:
kepler155c@gmail.com
2018-03-30 13:12:46 -04:00
parent a17677730f
commit 3dd351cc86
8 changed files with 272 additions and 4 deletions

View File

@@ -149,6 +149,7 @@ function fs.complete(partial, dir, includeFiles, includeSlash)
end
function fs.listEx(dir)
dir = fs.combine(dir, '')
local node = getNode(dir)
if node.fs.listEx then
return node.fs.listEx(node, dir)