withSIX.Core.PathConfiguration.GetProgramDataPath C# (CSharp) Méthode

GetProgramDataPath() protected méthode

protected GetProgramDataPath ( ) : IAbsoluteDirectoryPath
Résultat IAbsoluteDirectoryPath
        protected virtual IAbsoluteDirectoryPath GetProgramDataPath()
            => GetFolderPath(EnvironmentSpecial.SpecialFolder.CommonApplicationData).ToAbsoluteDirectoryPath();
    }