<PackageReference Include="Relativity.Server.Utility.SDK" Version="14.2.7" />

IDriveInfo

public interface IDriveInfo
Represents information about a particular drive.
long AvailableFreeSpace { get; }

Gets the available free space on the drive, in bytes.

string DriveFormat { get; }

Gets the format of the drive.

Gets the drive type of the drive.

bool IsReady { get; }

Indicates whether or not the drive is ready.

string Name { get; }

Gets the name of the drive.

Gets the root directory of the drive.

long TotalFreeSpace { get; }

Gets the total free space of the drive.

long TotalSize { get; }

Gets the total size of the drive.

string VolumeLabel { get; }

Gets the volume label of the drive.

bool Equals(object o)

Indicates if this DriveInfoWrap is equal to another.

Retrieves the drive names of all logical drives on a computer.

Gets the hashcode associated with this DriveInfoWrap.

Gets the System.Type of this DriveInfoWrap.

string ToString()

Gets the string representation of this DriveInfoWrap.