Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
def
MakeUnicodePath(filename):
62
fullpath = os.path.abspath(
"\\\\?\\"
+ filename)
if
GetCurrentOS() ==
"win32"
else
filename
63
return
fullpath
64
65
66
def
remove_readonly_handler(func, path, excinfo):
Callers
7
RemoveDirectory
Function · 0.85
CreateDirectory
Function · 0.85
CreateFile
Function · 0.85
RenameDirectory
Function · 0.85
RemoveFile
Function · 0.85
RenameFile
Function · 0.85
CopyFile
Function · 0.85
Calls
1
GetCurrentOS
Function · 0.85
Tested by
no test coverage detected