We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92ad79 commit f63a832Copy full SHA for f63a832
z.lua
@@ -454,7 +454,7 @@ function os.path.exists(name)
454
elseif name:sub(-1) == '/' and code == 20 and (not windows) then
455
local test = name .. '.'
456
ok, err, code = os.rename(test, test)
457
- if code == 16 or code == 13 then
+ if code == 16 or code == 13 or code == 22 then
458
return true
459
end
460
0 commit comments