Record DIR
Hierarchy Methods Properties
Unit
pff
Declaration
type DIR = record
Description
Directory object structure
Overview
Fields
Description
Fields
index: word; |
Current read/write index number
|
fn: PByte; |
Pointer to the SFN (in/out) {file[8],ext[3],status[1]}
|
sclust: CLUST; |
Table start cluster (0:Static table)
|
clust: CLUST; |
Current cluster
|
sect: DWORD; |
Current sector
|
Generated by PasDoc 0.15.0.
|