Re: Directory info?

new topic     » goto parent     » topic index » view thread      » older message » newer message
DerekParnell said...
ne1uno said...

GetDiskFreeSpace has a problem with disks bigger than 2gig,

That problem only occurs on ancient Windows systems (Win 95/98/ME) which are also unlikely to have large drives.

Should be

    aFreeBytesAvailableToCaller = allocate(8) 
    aTotalNumberOfBytes = allocate(8) 
    aTotalNumberOfFreeBytes = allocate(8) 

good catch, I knew it was pointing to 8 bytes but wrongly assumed it was 8 bytes windows maintains.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu