Help Center

AfxUrlCreateFromPathfunction

Converts a Microsoft MS-DOS path to a canonicalized URL.

String ManagementfunctionAfxPath.incdocumented

Syntax

FUNCTION AfxUrlCreateFromPath (BYREF wszPath AS WSTRING) AS DWSTRING

Parameters

NameDescription
wszPathA 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