|
<< Click to Display Table of Contents >> FILEDesc (file descriptor) |
![]() ![]()
|
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. |