@@ -447,8 +447,7 @@ function os.path.exists(name)
if not ok then
if code == 13 then
return true
end
if code == 30 then
elseif code == 30 then
local f = io.open(name,"r")
if f ~= nil then
io.close(f)
The note is not visible to the blocked user.