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

GetLocalDataRootPath() public static method

public static GetLocalDataRootPath ( ) : IAbsoluteDirectoryPath
return IAbsoluteDirectoryPath
        public static IAbsoluteDirectoryPath GetLocalDataRootPath()
            => Path.Combine(GetFolderPath(EnvironmentSpecial.SpecialFolder.LocalApplicationData),
                CompanyPath).ToAbsoluteDirectoryPath();