259
259
return _win32_fixdrive(_nt_abspath(unicode(path)).replace('\\', '/'))
262
292
def _win32_realpath(path):
263
293
# Real _nt_realpath doesn't have a problem with a unicode cwd
264
294
return _win32_fixdrive(_nt_realpath(unicode(path)).replace('\\', '/'))