On Jan 27, 2011, at 10:40 AM, John Delacour wrote:
> At 07:14 -0800 27/01/2011, shlepper wrote:
>
>> After Migration from Tiger finally to a Intel-Optimized Mac OS some of
>> my Script aren't working:
>>
>> Under Tiger it worked excellent:
>>
>> tell application "BBEdit"
>> activate
>> open {file "MYHD:private:etc:httpd:httpd.conf"} without LF
>> translation...
>
>
> Did you check that the file exists? It doesn't on my system. Does this work?
>
> do shell script "open -a bbedit /etc/apache2/httpd.conf"
>
> or, if you've upgraded apache in the default directories:
>
> do shell script "open -a bbedit /usr/local/apache2/conf/httpd.conf"
>
> The files are not hidden.
>
>
> JD
>
Howdy,
You can also use a feature that is part of any standard Open... and Save...
dialog: type Cmd-O to get the dialog. Then type shift-Cmd-G and a sheet will
slide down for you to put in the path to the file. This won't work for . files
since they will still be invisible but it will for files in hidden folders.
Good Luck,
Herb Schulz
(herbs at wideopenwest dot com)
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>