New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Applescript with indirect types, 3rd pane does not respond to input #1916
Comments
I assume you’re running with the latest pre-release? I’ve found out what the problem was, and it should be fixed by PR #1917 On 25 Awst 2014, at 11:57, Philipp Brumm notifications@github.com wrote:
|
Yeah, using 1.2.0 (400D) here. Thank you for the fix - being able to use UTIs sounds awesome! |
Use UTIs for AppleScript actions Fixes #1916
For what it’s worth, to get the script working, I had to do this instead. set dest to POSIX path of theFolder
do shell script "/usr/local/bin/wget -P " & dest & " " & theUrl My system disk is named “Hard Disk” and the script tries to save files to |
This Applescript is supposed to download a URL into a specific folder.
Unfortunately, the 3rd pane remains empty and does not get filled with files and folders and does not respond to Keypresses (Pressed
D
to search for Desktop)The text was updated successfully, but these errors were encountered: