drive property

String drive

The drive upon which the root directory is mounted.

While real-world file systems that have the notion of drives will support multiple drives per system, memory file system will only support one root drive.

This will be the empty string for styles that don't have the notion of drives (e.g. posix).

Implementation

String get drive;