withSIX.Core.PathConfiguration.GetProgramDataPath C# (CSharp) Метод

GetProgramDataPath() защищенный Метод

protected GetProgramDataPath ( ) : IAbsoluteDirectoryPath
Результат IAbsoluteDirectoryPath
        protected virtual IAbsoluteDirectoryPath GetProgramDataPath()
            => GetFolderPath(EnvironmentSpecial.SpecialFolder.CommonApplicationData).ToAbsoluteDirectoryPath();
    }