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

GetRoamingRootPath() public static method

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