On the windows platform, I've noticed that in the properties tab for files, it lists the size, and then the bytes used, it generally takes up more bytes than the file size, does this mean that the file is compressed? I need to know because there are two API functions to pick between, one for getting the compressed file size and one for the uncompressed. I don't want to read too many bytes, and i don't want to read too few.