Re: PDF Services - I'm lost...
Re: PDF Services - I'm lost...
- Subject: Re: PDF Services - I'm lost...
- From: Matthew Smith <email@hidden>
- Date: Wed, 13 Aug 2003 15:13:39 +1000
I am not exactly sure what may be wrong. It worked for me. You should
probably check to see if there is a colon (:) in the window name, since file
names can't include a colon.
One suggestion, wrap the "choose folder" in:
tell application (path to frontmost application as string)
end tell
This will make the dialog appear frontmost.
You could also move it to before targeting the Finder. It doesn't require
the Finder.
You might also want to do use "rm" in a "do shell script" to actually delete
the files and folder. Telling the Finder to delete moves it to the trash.
--
Matthew Smith
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.