Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.985 Beiträge
 
#1

WMI Tasks using Delphi – Disks and File Systems

  Alt 25. Okt 2011, 19:00
How do I find out how much disk space each user is currently using on a computer? If you are using disk quotas, then use the Win32_DiskQuota class and retrieve the values of the User and DiskSpaceUsed properties. const wbemFlagForwardOnly = $00000020; var FSWbemLocator : OLEVariant; ...

More...
  Mit Zitat antworten Zitat