dannewestis
Registered User.
- Local time
- Today, 16:58
- Joined
- Sep 15, 2006
- Messages
- 12
I'm trying to get the file size of files that can be up to 8GB. filelen() only works up to 2GB, as bigger files than that returns a negative value.
I understand there are methods to retrive the correct file size for files bigger than 2GB, but I haven't quite understood how it works... especially if the files are even bigger than 4GB.
Can someone please share an easily-understandable way of getting the correct file size for such bug files?
Thanks!
/Daniel
I understand there are methods to retrive the correct file size for files bigger than 2GB, but I haven't quite understood how it works... especially if the files are even bigger than 4GB.
Can someone please share an easily-understandable way of getting the correct file size for such bug files?
Thanks!
/Daniel