Re: Toolbar visible script
Re: Toolbar visible script
- Subject: Re: Toolbar visible script
- From: Yvan KOENIG via AppleScript-Users <email@hidden>
- Date: Mon, 25 May 2020 22:33:46 +0200
As toolbar visible is a property of a Finder Window, we may use:
tell application "Finder"
try -- useful if there is no Finder Window open
set toolbar visible of Finder window 1 to true
end try
end tell
and its brother :
tell application "Finder"
try -- useful if there is no Finder Window open
set toolbar visible of Finder window 1 to false
end try
end tell
Yvan KOENIG running High Sierra 10.13.6 in French (VALLAURIS, France) lundi 25
mai 2020 22:33:27
_______________________________________________
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