Use of webutil.AS_to_client() for all files in a folder
Hello,
Is it possible to pick up all files in a folder in the AS and copy them all to a folder on the client. I have a set of 1 page payslip files in the format : payslip_<staff member_id>.pdf ( eg payslip_12345.pdf, payslip 54321.pdf etc ) which need to be copied to the client machine from a folder on the AS.
I can copy a single file at a time, but want to avoid to have to work out again the staff id numbers that are contained in the AS folder
Ideally I wound be able to say something like <as folder>\*.* ---> <client folder>