Relativity.DataTransfer.Nodes.PathConversion.LinuxCanonicalFormConverter
namespace Relativity.DataTransfer.Nodes.PathConversion
{
internal sealed class LinuxCanonicalFormConverter : ICanonicalFormConverter
{
public string Convert(string path);
public LinuxCanonicalFormConverter();
}
}