- Don't attempt to skip the WIN32 drive component on relative paths it's possible this would have unexpected behavior but paths like are already unlikely to work as expected, e.g. "//C:\". - Remove early returns for empty paths as there is no need for special handling. - Add path normalize NOP tests