RezaHaxz Posted June 6, 2020 Posted June 6, 2020 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
Crystal_Mods100x Posted May 4, 2021 Posted May 4, 2021 local gg = gg item = "/storage/emulated/0/Download/filename.txt" io.open(item,"w"):write("hello World") io.close() gg.sleep(10000) os.remove(item) is this what ur trying to do? lol
RezaHaxz Posted June 7, 2020 Author Posted June 7, 2020 8 hours ago, ExtremeBoy said: os.remove('/storage/emulated/0/filename.txt') no imean like i want to remove "file a" from "file a" that not work
Question
RezaHaxz
when i want write or remove file not work
but other file work
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.