mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-23 11:32:39 +01:00
Update ECSAPI.lua
This commit is contained in:
parent
28f1634efe
commit
ea4136940a
@ -1493,7 +1493,7 @@ end
|
||||
-- swg2you, привет маме ;)
|
||||
function ECSAPI.copyFolder(path, toPath)
|
||||
local function doCopy(path)
|
||||
local fileList = ecs.getFileList(path)
|
||||
local fileList = ECSAPI.getFileList(path)
|
||||
for i = 1, #fileList do
|
||||
if fs.isDirectory(path..fileList[i]) then
|
||||
doCopy(path..fileList[i])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user