I've been using BBEdit 7 for a long time and am evaluating upgrading to 8.7.2 (got a demo copy), but one of my applescripts that worked fine in 7 is now failing in 8.7.2.

I've boiled it down to this:


tell application "BBEdit"
        set ftpInfo to FTP Info of document of window 1
        set ftpPath to URL of ftpInfo
end tell


I run this script while my frontmost document is a document gotten via ftp. line 1 of this script clearly gets all the data, but line 2 won't let me extract the one thing I want:
the URL of ftpInfo line of this script gives me an error

I have posted a screen shot of the error here if this helps:
http://www.danpouliot.com/ftpInfo.jpg

Any help would be greatly appreciated!

Sincerely,
Dan Pouliot



--
------------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_script.shtml>
List archives: <http://www.listsearch.com/bbeditscripting.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to