Can you test the volume that is currnetly selected?
I want to know if the folder I have selected in bridge can be identified as the folder selected?
Like if(00318-000.selected==true){//then do something) something to that nature. I can test if a volume
var myMacHotFolder=(Folder(["/Volumes/Hotfolders/OdystarHotfolder/eDesign"]).exists);
What I want to know is can it be identified as being selected in Bridge? Then I want to get the name of it.
