Jump to content
  • 0

Remove / Write File


RezaHaxz

Question

thisfile = gg.getFile()

os.remove(thisfile) -- Remove Not Work
-- And
local file = io.open(thisfile,"w") -- Write Not Work
file:write("Hi World")
file:close()

when i want write or remove file not work

but other file work

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.