DriverInfo

data class DriverInfo(val name: Path, val totalSpace: Long, val freeSpace: Long)

Constructors

Link copied to clipboard
constructor(name: Path, totalSpace: Long, freeSpace: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val name: Path
Link copied to clipboard