There is a call to a filesize (can't remember exact what at this moment) that gives the size in a long AND an integer to the "overflow" part, thus giving the size upp to....hmmm...REAL big!
As i recall it is an older style DOS-like call, i shall try to find asap but i'm a "little" hung-up over work....
Totte
Keep making it perfect and it will end up broken.
GetFileSize returns the low-order dword of the file size, if the size is > 1 DWORD then you can optionally pass in another to get the high-order dword, which will make up the total file size.
Well, i have already tried that function but i can't get it to work on BCB. Or it always returns -1 or i get some Exception Erros.
Can you show me how do you use it?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.