Relativity.DataExchange.Io.DirectoryInfoWrap
Represents a class object wrapper for the DirectoryInfo class.
namespace Relativity.DataExchange.Io
{
internal class DirectoryInfoWrap : IDirectoryInfo
{
public bool Exists { get; }
public string FullName { get; }
public string Name { get; }
public void Create();
public void Refresh();
}
}