Does anyone know whether this is possible? Can I deduce, purely from examining the contents of a vssver2.scc file on disk, the fully-qualified absolute path of a srcsafe.ini file to connect to, and the fully-qualified absolute path of the project that the working folder is mapped to?
If this is possible, could anyone point me to any documentation on the internal format of a vssver2.scc file?
I have examined some vssver2.scc files at random, and they do appear to contain the path of the project that the working folder is mapped to, but I can't see any evidence of the SourceSafe database path. I was hoping that it might be encoded in some way other than plain text?
NOTE: I am aware that I can obtain this information from the mssccprj.scc file, but that file is only written to folders that contain source code project files created by Microsoft IDEs, whereas I am looking for a technique that works for any arbitrary SourceSafe working folder.