Help Center

AfxPathMakeSystemFolderfunction

Gives an existing folder the proper attributes to become a system folder.

String ManagementfunctionAfxPath.incdocumented

Syntax

FUNCTION AfxPathMakeSystemFolder (BYREF wszPath AS CONST WSTRING) AS BOOLEAN

Parameters

NameDescription
wszPathA string that contains the name of an existing folder that will be made into a system folder.

Return value

Returns True if successful, or False otherwise.

Description

Gives an existing folder the proper attributes to become a system folder.

Reference

  • Include file AfxPath.inc
  • Defined in AfxNova/AfxPath.inc:580
  • Documented in String Management/Path and Url Procedures.md
  • Topic: Path and Url procedures