| Author |
Find disk space used by a file
|
|
|
| Was wondering what's the easiest way to get the actual disk space used
by a file on smartphones or pocket pc? GetDiskFreeSpace() doesn't seem
to be available for me to calculate the cluster size. FindFirstFile()
only reports the file size, not the disk space used.
Thanks,
J
| |
| Brian Nantz 2006-03-17, 7:00 pm |
| Could you get the size of the disk and the size of the file and figure
it out?
J144 wrote:
> Was wondering what's the easiest way to get the actual disk space used
> by a file on smartphones or pocket pc? GetDiskFreeSpace() doesn't seem
> to be available for me to calculate the cluster size. FindFirstFile()
> only reports the file size, not the disk space used.
>
> Thanks,
> J
| |
|
| How?
Brian Nantz wrote:[color=darkred]
> Could you get the size of the disk and the size of the file and figure
> it out?
>
> J144 wrote:
>
| |
|
| Anyone???
J144 wrote:
> Was wondering what's the easiest way to get the actual disk space used
> by a file on smartphones or pocket pc? GetDiskFreeSpace() doesn't seem
> to be available for me to calculate the cluster size. FindFirstFile()
> only reports the file size, not the disk space used.
>
> Thanks,
> J
|
|
|
|