wizard and tab rework

This commit is contained in:
kepler155c@gmail.com
2020-04-26 19:39:28 -06:00
parent 8d014c0098
commit ef0886ec85
20 changed files with 398 additions and 426 deletions

View File

@@ -172,7 +172,7 @@ function lib.recurse(fromPath, toPath, options, origin, top)
end
end
if mv then
if fs.list(toReal)() then -- to is NOT empty
if fs.exists(toPath) then -- to is NOT empty
return nil, "cannot move '" .. fromPath .. "' to '" .. toPath .. "': Directory not empty"
end
status(verbose, fromPath, toPath)