Strange path
Strange path
- Subject: Strange path
- From: John Azevedo <email@hidden>
- Date: Wed, 21 Jul 2004 10:59:41 -0400
Why am I getting the following result?
set x to path to preferences
set y to x & "foo" as text
Result: "OS X:Users:zoff:Library:Preferences:/foo"
My current workaround is This:
set x to POSIX path of (path to preferences)
set y to x & "foo" as text
Result: "/Users/zoff/Library/Preferences/foo"
_______________________________________________
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.