PDA

View Full Version : why there are 2 files size number in file preperty?


weaponmaster
03-19-2004, 01:31 PM
size and save on disk?

aym
03-19-2004, 01:55 PM
Size is the actual bytes in the file, size on disk is the number of bytes used to store the file on the disk.

Size on disk is usually more than the file size, because the file system needs to store info about the file, and because of dividing the disk space into clusters.