Re: Scripting new disk browser

2012-09-27 Thread John Delacour
At 10:34 -0400 27/9/12, Rich Siegel wrote: I want to make a new disk browser showing the contents of a certain folder. set p to POSIX file "/Users/siegel/Library/" -- or some other folder tell application "BBEdit" open p end tell Enjoy, I certainly shall! Thank you, Rich. -- -- Yo

Re: Scripting new disk browser

2012-09-27 Thread Rich Siegel
On Thursday, September 27, 2012, John Delacour wrote: > I want to make a new disk browser showing the contents of a certain folder. set p to POSIX file "/Users/siegel/Library/" -- or some other folder tell application "BBEdit" open p end tell Enjoy, R. -- Rich Siegel

Scripting new disk browser

2012-09-27 Thread John Delacour
I want to make a new disk browser showing the contents of a certain folder. I am having no success. Here's one routine I've tried: set _dir to alias "x:y:z" -- any alias is a file that _exists_! tell application "BBEdit" set _dbw to make disk browser window