path to At Ease
path to At Ease
- Subject: path to At Ease
- From: Philippe Gruchet <email@hidden>
- Date: Mon, 6 Jan 2003 09:16:50 +0100
From Paul Berkowitz:
if you're not on an English-language system, "Documents" won't help you.
If you want to make sure your script will work on any system, you'd use
the generic 'path to' for the Documents folder instead.
set theDest to (path to At Ease documents folder as string)
****
Yes, this generic 'path to' works all over language systems.
tell application "Finder"
set theDest to (path to At Ease documents folder as string)
make at theDest with properties {name:{"foo"}, file type:"ttro", file
creator:"ttxt"} new file
reveal theDest & "Test"
end tell
Paul, could you tell us where have you found this 'At ease' statement?
Sounds like an old "OpenDoc" component...
Thanks to enlighten us.
Regards,
Philippe Gruchet/SVM Mac
VNU Publications France
http://svmmac.vnunet.fr
_______________________________________________
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.