Tommyknocker
Member
- Joined
- Jul 27, 2009
- Messages
- 5
- Programming Experience
- Beginner
Hello,
I need to find out how to get the "size on disk" value for some folders.
Getting the "size" is not a problem but in this case, this folder has the "compress content to save disk space" enabled.
This "size on disk" is really important to find as some folders on the disk have quotas and checking only on the "normal" size gives some values that are exceeding the quota.
i.e. quota is 45 MB. Folder size is 47 MB. Folder "size on disk" is 38 MB.
Based on the first "size", no more file can be added. Based on the second one, not true.
Can someone help me on this? Would it be possible to get a piece of code?
Many thanks in advance.
I need to find out how to get the "size on disk" value for some folders.
Getting the "size" is not a problem but in this case, this folder has the "compress content to save disk space" enabled.
This "size on disk" is really important to find as some folders on the disk have quotas and checking only on the "normal" size gives some values that are exceeding the quota.
i.e. quota is 45 MB. Folder size is 47 MB. Folder "size on disk" is 38 MB.
Based on the first "size", no more file can be added. Based on the second one, not true.
Can someone help me on this? Would it be possible to get a piece of code?
Many thanks in advance.