Skip to main content

AlteryxGetUserSettingsPath

AlteryxGetUserSettingsPath AlteryxEngine API method returns the path of the current user's settings file.

The UserSettings.xml file contains configuration settings for the Alteryx user interface, including how tools are grouped in the toolbox, and the display settings for the flowchart window.

Method Declaration

const wchar_t* AlteryxGetUserSettingsPath(); 

Example

wchar_t* userSettings = AlteryxGetUserSettingsPath();