Catel.IO.Path.GetApplicationDataDirectoryForAllUsers C# (CSharp) Метод

GetApplicationDataDirectoryForAllUsers() публичный статический Метод

Gets the application data directory for a specific product. If the folder does not exist, the folder is automatically created by this method. This method returns a value like [application data]\[product name].
public static GetApplicationDataDirectoryForAllUsers ( string productName ) : string
productName string Name of the product.
Результат string
        public static string GetApplicationDataDirectoryForAllUsers(string productName)
        {
            return GetApplicationDataDirectory(ApplicationDataTarget.Machine, productName);
        }

Same methods

Path::GetApplicationDataDirectoryForAllUsers ( ) : string
Path::GetApplicationDataDirectoryForAllUsers ( string companyName, string productName ) : string