Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Open 1e finder with folder downloads , Open 2e finder window with Documents folder
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Mark FX" data-source="post: 1438399" data-attributes="member: 211556"><p>To select a particular folder, use something like this.</p><p></p><p>[CODE]</p><p>tell application "Finder"</p><p> activate</p><p> set finder1 to open (path to downloads folder) -- line 1</p><p> set finder2 to open (path to documents folder) -- line 2</p><p>end tell</p><p>[/CODE]</p><p></p><p>I hav'nt inlcuded any window size or postion code as you have done, so just past the two labeled lines into the bottom of your script, before the end tell.</p><p></p><p>Regards Mark</p></blockquote><p></p>
[QUOTE="Mark FX, post: 1438399, member: 211556"] To select a particular folder, use something like this. [CODE] tell application "Finder" activate set finder1 to open (path to downloads folder) -- line 1 set finder2 to open (path to documents folder) -- line 2 end tell [/CODE] I hav'nt inlcuded any window size or postion code as you have done, so just past the two labeled lines into the bottom of your script, before the end tell. Regards Mark [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Open 1e finder with folder downloads , Open 2e finder window with Documents folder
Top