-- Downloaded From: -- http://c-command.com/scripts/bbedit/disk-browser tell application "BBEdit" set f to file of text document 1 end tell tell application "Finder" set p to container of f as alias end tell tell application "BBEdit" open p end tell