Determines if the file exists in the file system. Unlike fdel(), this exclusively operates on files - it cannot determine if a directory exists.
if(!fexists("code.dme"))
world.log << "How did we get here?"
Determines if the file exists in the file system. Unlike fdel(), this exclusively operates on files - it cannot determine if a directory exists.
if(!fexists("code.dme"))
world.log << "How did we get here?"