.totalsize R/O Property
Function: |
Returns the total number of sectors occupied by the currently existing flash disk. |
Type: |
Word |
Value Range: |
0-65535 |
See Also: |
Checking Disk Vitals, fd.capacity, fd.numservicesectors, fd.getfreespace, fd.maxstoredfiles, fd.getnumfiles |
Details
For internal reasons, the total size of the disk as returned by this property may be less than the size that was requested when formatting the disk with the fd.formatj (fd.format) method. The actual usable capacity (fd.capacity) of the disk is less, because the disk also needs a number of sectors for its "housekeeping" data (see fd.numservicesectors).
The disk must be mounted (see fd.mount) for this property to return a meaningful value.