I want to select multiple files in Windows, a script to be copied to another folder.
How do one change this code to filter on specific files ie: *.pdf and do a multiple
select.
Code: Select all
local tFileToWIP, tFileWIP
answer file "Select a files to work with" with type "Applications|pdf|*"
put it into tFileToWIP
Or is there another way to do this?
Thanks
Peter G