Question on file access
Question on file access
- Subject: Question on file access
- From: David Gregg <email@hidden>
- Date: Sun, 03 Sep 2017 18:10:21 -0600
Robert,
The issue you are running up against is that AppleScript doesn't use POSIX
paths as its standard file path format. You need to convert them back into the
standard AS path format, which contains colons versus forward slashes, for
Finder to recognize them. AppleScript provides a means to do that.
Try replacing your "tell Finder" command with the following:
tell application "Finder" to open POSIX file aFile as alias
David Gregg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Automator-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden