Function dokany::unmount

source ·
pub fn unmount(drive_letter: char) -> bool
Expand description

Unmount the drive from the given drive letter.

Panics

Panics if the given char cannot fit in a u8.

Returns

Returns true if successful.