Returns a path to the directory with common company 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 GetCompanySettingsPath()

Return Value

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

Remarks

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

See Also