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.

Parameters

dir_path: []const u8,