fn renameZ(old_path: [*:0]const u8, new_path: [*:0]const u8) RenameError!void
[src]
Same as rename
except the parameters are null-terminated byte arrays.
fn renameZ(old_path: [*:0]const u8, new_path: [*:0]const u8) RenameError!void
Same as rename
except the parameters are null-terminated byte arrays.