It looks like you're new here. If you want to get involved, click one of these buttons!
if not lfs then require "lfs" end function listdir (path) for file in lfs.dir(path) do if file ~= "." and file ~= ".." then local f = path..file print (f) os.remove(f) end end end listdir ("|D|") |
Comments
https://deluxepixel.com
https://deluxepixel.com