FILEDesc (file descriptor)

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

FILEDesc (file descriptor)

Return to chapter overview

The FILEDesc structure describes a file, using the following fields:

Field

Type

Description

szFileName

DBIPATH

File name (no directory or extension).

szExt

DBIEXT

Specifies the file extension.

bDir

BOOL

If TRUE, this file is a directory.

iSize

UINT32

Specifies the file size in bytes.

dtDate

DBIDATE

Specifies the date on the file.

tmTime

TIME

Specifies the time on the file.