Filenames for Apple Script
Filenames for Apple Script
- Subject: Filenames for Apple Script
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Wed, 19 Mar 2003 20:17:16 +0100
I am trying to use NSAppleScript.
And I want to do something like:
tell application "abc"
open "/tmp/aa" as alias
end tell
The problem is that AppleScript seems to want:
open "X10:private:tmp:aa" as alias
The question: how to convert a given filename into the AppleScript
format? Something like fileSystemRepresentationFitForAppleScript ?
Or: how to convince AppleScript to understand normal file notation?
Gerriet
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.