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

GetRoamingRootPath() публичный статический Метод

public static GetRoamingRootPath ( ) : IAbsoluteDirectoryPath
Результат IAbsoluteDirectoryPath
        public static IAbsoluteDirectoryPath GetRoamingRootPath()
            => Path.Combine(GetFolderPath(EnvironmentSpecial.SpecialFolder.ApplicationData),
                CompanyPath).ToAbsoluteDirectoryPath();