<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.
bool Exists { get; }

Gets a value indicating whether the directory exists.

string FullName { get; }

Gets the full path of the directory or file.

string Name { get; }

Gets the name of this DirectoryInfo instance.

void Create()

Creates a directory.

void Refresh()

Refreshes the state of the object.