QT
Drive(Storage) free space link
Geuny
2014. 1. 3. 09:27
Find free drive space on OS(windows or Linux)
http://qt-project.org/forums/viewthread/6224
- Use GetDiskFreeSpaceEx() WinAPI function.
- At linux you can use stat() and statfs() functions.
- QtMobility QtSystemStorageInfo class