The first line in my FB5.130 project is a "VSS Get Working Folder" action. I drop the local working folder into a variable, but would like to be able to drop the "$/..." into a variable as well.
I know I could just do a "Set Variable" action, but I want to be able to use the "Select Source Safe Project" dialog as the only means of manually setting this value to avoid fat-fingering. Also, I have created a nice "generic" FB project that can be used for several development projects and would like to minimize "customization" of the FB script. You change that one, first line to your VSS project and you're good to go; it just works.
Given that, I could then use that variable to "Check Out Files" at the top of the FB script, do stuff to the files in middle, and then "Check In Files" at the end of the script, all without having to "Select Source Safe Project" on every Source Safe action.
Thanks!