Relativity.DataTransfer.Nodes.Internal.Utilities.WindowsPathAdjuster
namespace Relativity.DataTransfer.Nodes.Internal.Utilities
{
internal class WindowsPathAdjuster : IPathAdjuster
{
public WindowsPathAdjuster(ICanonicalFormConverterFactory canonicalFormConverterFactory);
public string Adjust(string path);
}
}