.Sector R/O Property
Function: |
Returns the physical sector number corresponding to the current position of the file pointer. |
Type: |
Word |
Value Range: |
0-65535 |
See Also: |
Details
Because the sectors belonging to a given file may be scattered around the flash disk, there is no simple way to figure out the number of the physical sector corresponding to the current file pointer position (see fd.pointer). This property exists purely for informational purposes. There is no real need for you to know where the fd. object stores your data.