eyeshield21
Programmer
i use this to copy a file to specific folder:
Code:
source=GETFILE()
source = "'" + source + "'"
targetdir="C:\System\ORD"
targetdir = "'" + targetdir + "'" && Add ' so that the complete path is treated as one string
copy file &source to &targetdir