Dear All,
I am trying to connect with VSS from my VB project. I am successfull in connecing the VSS server and I am able to find the file, version of the file in a specific Folder / Node of VSS. But I am not able to trace the modified date of the file in the same folder. Can any one please help me in this regards. I will be great thankfull to you. Please mail your advise to my mail tvramanadhan@yahoo.com.
Regards Ramesh.

Check out the API's CreateFile (to get the handle to the file (read)), GetFileAttributesEx (to get the creation, accessed, and modified datetimes) or the GetFileTime API to do the same, and then finally FileTImeToSystemTime to convert the 64bit file time to system time format.


Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.