Search found 2 matches

by HMortlock
Mon Oct 21, 2013 9:35 am
Forum: Questions (API)
Topic: How do I get the last modified date of a file?
Replies: 3
Views: 22754

Re: How do I get the last modified date of a file?

Thanks for your help Jeff, The 'ServerOperations.client.ClientInstance.TreeCache.Root' object seems to return a VaultClientFolder rather than the VaultClientTreeObject, so I've used the FindTreeObjectRecursive method on this and its given me the VaultClientTreeObject and the modified date. Wouldn't ...
by HMortlock
Fri Oct 18, 2013 5:35 am
Forum: Questions (API)
Topic: How do I get the last modified date of a file?
Replies: 3
Views: 22754

How do I get the last modified date of a file?

We are running an extract from the Vault Database and comparing it with files on our network to check the lastest versions of exe and dll files are in SourceGear Vault database. We are currently getting a collection of VaultHistoryItems and using the VaultHistoryItem.TxDate as this appears to be the...