fn chdir(dir_path: []const u8) ChangeCurDirError!void
[src]
Changes the current working directory of the calling process. dir_path
is recommended to be a UTF-8 encoded string.
fn chdir(dir_path: []const u8) ChangeCurDirError!void
Changes the current working directory of the calling process. dir_path
is recommended to be a UTF-8 encoded string.