AfxUrlCreateFromPathfunction
Converts a Microsoft MS-DOS path to a canonicalized URL.
Syntax
FUNCTION AfxUrlCreateFromPath (BYREF wszPath AS WSTRING) AS DWSTRING
Parameters
| Name | Description | |
|---|---|---|
wszPath | A string that contains the MS-DOS path. |
Return value
The canonicalized URL.
Description
Converts a Microsoft MS-DOS path to a canonicalized URL.
Reference
- Include file
AfxPath.inc - Defined in AfxNova/AfxPath.inc:786
- Documented in String Management/Path and Url Procedures.md
- Topic: Path and Url procedures