Problem with filecopy
Posted: October 11th, 2014, 10:02 am
Dear all,
I'm unable to copy a group of file to a folder using filecopy function. It's because i require your precious help. For a quick help, please see the application(copy_data) in attached folder.
In a other way
, i can't copy a file to another file, also using filecopy, when using menu. The problem is that my data file name are dynamic using operator ID.
When i try to create dynamic filename with filecopy with the same parameters as the; that's doesn't work to create the filename of
However, it work perfectly in the menu(pff) and create the datafile with proper name.
Thanks in advance for your help.
HTUSER
In a other way
When i try to create dynamic filename with filecopy with the same parameters as the
Code: Select all
"InputData=%s",concat(strip(dataFolder),strip(surveyorsurname),"_",strip(surveyorname),"_",strip(computerid),".dat"))Code: Select all
filecopy(concat(strip(dataFolder),strip(filename)), backupfolder);Thanks in advance for your help.
HTUSER