PDA

View Full Version : Getting System Information



Ankitha Varsha
3rd November 2008, 07:35
Hi,

How can I get system information ?
For Ex, I want to know for a particular drive, how much free space is left.

Basically, I am porting MFC code to Qt and the project is cross platform.
The code that I am trying to port in MFC is "ExpandEnvironmentStrings" and "GetDiskFreeSpaceEx ".

Help!

/Ankitha

pastor
3rd November 2008, 11:37
You can't get System Information by Qt. You have to use platform-depended code for that