Attempting to Read a File Creates One
-
It appears that when I attempt to read a file that isn't there, a dummy file of the same name is created. Is it possible to just look for it?
-
@clevername27 You can check if a file exists by using the
isFile()
function. -
-
-