AfxPathMakePrettyfunction
Converts a path to all lowercase characters to give the path a consistent appearance.
Syntax
FUNCTION AfxPathMakePretty (BYREF wszPath AS CONST WSTRING) AS DWSTRING
Parameters
| Name | Description | |
|---|---|---|
wszPath | A string that contains the path to be converted. |
Return value
The changed path.
Description
Converts a path to all lowercase characters to give the path a consistent appearance.
Remarks
This function only operates on paths that are entirely uppercase. For example: C:\WINDOWS will be converted to c:\windows, but c:\Windows will not be changed.
Reference
- Include file
AfxPath.inc - Defined in AfxNova/AfxPath.inc:280
- Documented in String Management/Path and Url Procedures.md
- Topic: Path and Url procedures