Help Center

DWStrPathNamefunction

Parses a path to extract component parts.

String ManagementfunctionDWSTRProcs.incdocumented

Syntax

FUNCTION DWStrPathName (BYREF wszOption AS CONST WSTRING, BYREF wszFileSpec AS WSTRING) AS DWSTRING

Parameters

NameDescription
wszOptionOne of the following words which is used to specify the requested part: PATH, NAME, EXTN, NAMEX.
wszFileSpecThe 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