Bit Definitions for fnsplit

De RAD Studio
Aller à : navigation, rechercher

Remonter à dir.h

Header File

dir.h

Description

Bit definitions returned from fnsplit to identify which pieces of a file name were found during the split.

Flag Component

DIRECTORY

Path includes a directory (and possibly subdirectories)

DRIVE

Path includes a drive specification (see DIR.H)

EXTENSION

Path includes an extension

FILENAME

Path includes a file name

WILDCARDS

Path contains wildcards (* or ?)