Command "delete file"pbeloto User Offline 19.12.18 11:06:33 pm Can someone tell me the command to delete a file? example: the command that creates and opens files is "io.open" and what closes the file is "io.close", what would be the command to exclude files?
Re: Command "delete file"TrialAndError User Offline 19.12.18 11:33:07 pm os.remove(filename) http://lua-users.org/wiki/OsLibraryTutorial