Record DIR

Hierarchy
Methods
Properties

Unit

Declaration

type DIR = record

Description

Directory object structure

Overview

Fields

index: word;
fn: PByte;
sclust: CLUST;
clust: CLUST;
sect: DWORD;

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.