Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VSS Automation
Message
From
12/06/2008 09:51:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
VSS Automation
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01323446
Message ID:
01323446
Views:
56
Hi,

I'm basically reading VSS to get the projects and files and have no problems with this. I'm having a problem getting the size of a file. Supposedly the "Item" object will give me the size, but the intellisense in foxpro doesn't give it to me, it gives me other properties. This is more or less my code.

loSSafe = CREATEOBJECT("SourceSafe")
loSSafe.Open(lcVSS_INI,"","")
loFile = loSSafe.VSSItem(tcPath)

loFile shows a lot of the properties that it should have but not "size"

Anybody have any idea why I don't get the "size" property. I have VSS 6.0c, maybe this works on newer versions?

Thanks.
Reply
Map
View

Click here to load this message in the networking platform