Language:
Русский
English
FileSplit return flag constants (WinDos unit)
The fcXXXX constants are used by the FileSplit function.
The returned value is a combination of the fcDirectory, fcFileName, and
fcExtension bit masks. The value indicates which components were present in
the path.
If the name or extension contains any wildcard characters (* or ?), the
fcWildcards flag is set.
Constant Value
fcExtension $0001
fcFileName $0002
fcDirectory $0004
fcWildcards $0008