Method lrs::file::File::info

Retrieves information about the file.

Syntax

impl File {
    fn info(&self) -> Result<Info, Errno>
}

Return value

The retrieved information.

See also