IDrive public interface IDrive Represents the parameters of a hard disk drive. Documentation long GetAvailableSize(string path) Gets the size of available space on the provided path. int GetDiskUsage(string path) Gets the size of used space on the provided path. long GetTotalSize(string path) Gets the total size of the provided path.