Method lrs::file::File::fs_info

Returns information about the filesystem in which this file in stored.

Syntax

impl File {
    fn fs_info(&self) -> Result<FileSystemInfo, Errno>
}

Return value

Returns information about the filesystem.

See also