Method lrs::fs::FileSystemInfo::from_path

Returns information about the filesystem located at a path.

Syntax

impl FileSystemInfo {
    fn from_path<P>(path: P) -> Result<FileSystemInfo, Errno>
        where P: ToCString,
}

Arguments

NameDescription
path

A path inside the filesystem's mount point.