Hi Jen, I've had a quick look at the code. It appears that all CC.NET does is split the path name provided by VSS into folder and file names.
This means the problem is VSS is not returning the full path and unfortunately I don't think we can do much about that. Maybe one of the devs with VSS can take a look at this (I use SVN so I can't debug it for you). Craig On Jun 4, 6:22 am, "Jen B." <[email protected]> wrote: > I'm using the ModificationWriter task to collect a list of changes > from Visual SourceSafe to use for unit testing / validation. This > process works great if the modification type is "Checked In"; however, > when the modification is an addition or deletion, the "FolderName" > information doesn't include the full path to the file. This is > problematic because of the massive number of files we are managing; > there is no way to identify where the file lives in the directory > structure without the explicit path. Does anyone have any ideas to > workaround this problem? Thanks! > > Jen
