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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user