<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Relativity.DataExchange.Io.IDirectoryInfo

public interface IDirectoryInfo
Represents an abstract wrapper for the DirectoryInfo class.
namespace Relativity.DataExchange.Io { public interface IDirectoryInfo { bool Exists { get; } string FullName { get; } string Name { get; } void Create(); void Refresh(); } }