Function lrs::env::set_cwd

Sets the current working directory.

Syntax

fn set_cwd<P>(path: P) -> Result<(), Errno>
    where P: ToCString,

Arguments

NameDescription
path

The path of the new current working directory.