> i am wanting to add the diskfree function to it but the d6 personal
> help files are not very help full on this matter to the fact it isn't
> even in the help files(that i can find)

Delphi is long long way from protecting you from dealing with the Win32 API - you
need the win32 SDK help files as well to work at that level. Dont know if they come
with the personal edition.

You need function the API function

  GetDiskFreeSpaceEx

Fortunately Delphi protects you from the OS dependency here with a pointer
in Sysutils which points to either the real API call or do an internal delphi
function.

I think you can get call details on the MSDN site or figure them out from the
RTL source code.


----------------------------------------------------------
Phil Scadden, Institute of Geological and Nuclear Sciences
41 Bell Rd South, PO Box 30368, Lower Hutt, New Zealand
Ph +64 4 5704821, fax +64 4 5704603
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to