changed outdated call io.close(f) to f.close()
@@ -26,7 +26,7 @@ removed = 0
function file_exists(filepath)
local f=io.open(filepath,"r")
if f~=nil then
io.close(f)
f.close()
return true
else
return false
The note is not visible to the blocked user.