DWStrPathNamefunction
Parses a path to extract component parts.
Syntax
FUNCTION DWStrPathName (BYREF wszOption AS CONST WSTRING, BYREF wszFileSpec AS WSTRING) AS DWSTRING
Parameters
| Name | Description | |
|---|---|---|
wszOption | One of the following words which is used to specify the requested part: PATH, NAME, EXTN, NAMEX. | |
wszFileSpec | The path to be scanned. |
Description
Parses a path to extract component parts.
Reference
- Include file
DWSTRProcs.inc - Defined in AfxNova/DWStrProcs.inc:1321
- Documented in String Management/DWString Procedures.md
- Topic: String Procedures