Function set_current_task_cwd

Source
pub fn set_current_task_cwd(cwd: String) -> bool
Expand description

Set the current working directory for the current task

§Arguments

  • cwd - New current working directory path

§Returns

  • true if successful, false if no current task