You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FILES=`osascript -e 'tell application "'$NAME'" to activate' -e 'tell application "'$NAME'" to set theList to choose file with prompt "Please select files" with multiple selections allowed' -e 'set filelist to ""' -e 'repeat with a from 1 to length of theList' -e 'set filelist to filelist & "\"" & (do shell script ("echo " & (quoted form of POSIX path of item a of theList as Unicode text) & "")) & "\" "' -e 'end repeat'`