GetProfilePathStringW()

Returns profile path.

Use FreeStringW to release returned string.

Syntax

wchar_t* GetProfilePathStringW();

Parameters

Return Value String with profile path

Examples

wchar_t* str = GetProfilePathStringW();

result:

C:\Program Files\PlanetCNC\Profiles\

See also

FreeStringW,

GetProfileNameStringW, GetDescriptionStringW