Method lrs::file::File::set_cwd

Set the current working directory to the directory represented by this file.

Syntax

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

See also