Hi there,

I'm having some trouble working with UInt64 types. I don't WANT to work with the stupid things, but in this case, I'm trying to get the used disk space using the ManagementObject Class, and I can't figure out how to do this. I searched through MSDN a bit and found how to extract total size and free space, but with UInt64, you can't even do subtraction.. or convert it to any kind of variable that can do subraction. I can't even convert it to a string? How does anyone work with these variables?

Alternatively, If anyone knows a better way to get total disk space/free disk space/disk space used, I would appreciate that.

Bill