Update ccpt

questionmark
This commit is contained in:
2022-06-19 02:33:14 +02:00
committed by GitHub
parent 423a714fff
commit 72e1f5836c

2
ccpt
View File

@@ -26,7 +26,7 @@ removed = 0
function file_exists(filepath) function file_exists(filepath)
local f=io.open(filepath,"r") local f=io.open(filepath,"r")
if f~=nil then if f~=nil then
f.close() f.close(f)
return true return true
else else
return false return false