Gets the directory path to the application user settings.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static string GetUserSettingsPath()

Return Value

The path to the directiory with the application user settings.

Remarks

Method returns a path to the directory, which serves for saving application settings for the current user. This directory is in the application data directory (ApplicationData), the subdirectory given by company name (company - CompanyName) and the subdirectory of application name (ProductName). When the directory is not exist, it will be created.

See Also