Bit Definitions for fnsplit
From RAD Studio
Go Up to dir.h Index
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 ?) |