Heres a quick one…
set x to choose file
will let me select multiple files but will only return one path. Anyone know how to get the list of all selected files??
:shock:
Try this:
choose file with multiple selections allowed
–>Places the path of each selected file into Seperate elements of an array - (i.e list).
shars
Hi “mattc” this should do the trick:
choose file with multiple selections allowed → Rtns a List of paths to the selected files.