Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
Posted 25 February 2015 - 10:31 PM
files = fs.list("disk") for i = 1, #files do fs.delete(files[i]) end
Posted 25 February 2015 - 10:35 PM
files = fs.list("disk") for i = 1, #files do fs.delete("disk/"..files[i]) end
Posted 25 February 2015 - 10:37 PM
GopherAtl, on 25 February 2015 - 10:35 PM, said:
0 members, 1 guests, 0 anonymous users