Function set_current_task_cwd
Source pub fn set_current_task_cwd(path: String) -> bool
Expand description
Set the current working directory for the current task via VfsManager
This function sets the current working directory of the calling task
using the VfsManager’s path-based API.
§Arguments
path - The new working directory path
§Returns
true if successful, false if no current task or VfsManager