Returns a path to the directory with common application settings for all users.

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

Syntax

C#
public static string GetApplicationSettingsPath()

Return Value

The path to the directiory with the application settings for all users.

Remarks

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

See Also