Re: set index of folder
Re: set index of folder
- Subject: Re: set index of folder
- From: KOENIG Yvan <email@hidden>
- Date: Tue, 06 Sep 2011 17:49:12 +0200
Hello
The instruction
set f to POSIX path of "/Users:myname:Desktop:Scans ƒ"
is odd
You made a mix of Unix : "/Users"
and HFS : :myname:Desktop:Scans ƒ"
which is unusable.
Try
set f to (path to desktop as text ) & "Scans ƒ"
tell application "Finder"
set the label index of f to 3
end tell
Yvan KOENIG (VALLAURIS, France) mardi 6 septembre 2011 17:49:06
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden