MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / MakeUnicodePath

Function MakeUnicodePath

tools/base/utils.py:61–63  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

59
60
61def MakeUnicodePath(filename):
62 fullpath = os.path.abspath("\\\\?\\" + filename) if GetCurrentOS() == "win32" else filename
63 return fullpath
64
65
66def remove_readonly_handler(func, path, excinfo):

Callers 7

RemoveDirectoryFunction · 0.85
CreateDirectoryFunction · 0.85
CreateFileFunction · 0.85
RenameDirectoryFunction · 0.85
RemoveFileFunction · 0.85
RenameFileFunction · 0.85
CopyFileFunction · 0.85

Calls 1

GetCurrentOSFunction · 0.85

Tested by

no test coverage detected