Posted 16 April 2017 - 04:52 PM
so i am truing to make a simple export programs but i cant find out what event to use in my if statement
args = {...}
local file= args[1]
shell.run("copy ", file, "/disk/")
--here i want some kind of if statement to avoud false information
print("Exported to disk")