Hi,

I'm a little late to this party, but maybe I have something that can help.

If you're using Default Folder X (which I highly recommend) this super 
simple AppleScript should do the trick:

on open theFolder
    tell application "Default Folder X Helper"
        if IsDialogOpen then
            SwitchToFolder theFolder
        end if
    end tell
end open

I've been using this for years and still works perfectly with QS 1.0.0 
(4000):
- Open/Save Dialog Box
- Call up QS
- Find your destination folder
- Tab
- Call up this Script
- Enter

I don't remember exactly where I got it from, but I think parts of it are 
straight from the DF Dev.

a.

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to