Enumerating the and names of files in a VSS folder- October 13, 2005 A customer asked me this question via email today. Unable to remember how to do this (I've been off VSS for over a year), I pinged one of the VSS team's awesome developers, Alin, who promptly responded with this gem: "You can use VSS Automation to find out the number of files in a folder and their names. Here is the function for doing that: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim db As..http://blogs.msdn.com/korbyp/archive/2005/10/13/480747.aspx |