It looks like you're new here. If you want to get involved, click one of these buttons!
local function fileExists(fileName) local file = io.open(fileName) if file ~= nil then io.close(file) end return file == nil end if(fileExists("|D|saveTable")) then print("|D|saveTable exists"); else print("|D|saveTable DOES NOT exists"); end |
Comments