withSIX.Core.PathConfiguration.GetProgramDataPath C# (CSharp) Method

GetProgramDataPath() protected method

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