MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / get_with_filesystem_case

Function get_with_filesystem_case

runfiles.py:35–36  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

33 import win32api
34
35 def get_with_filesystem_case(f):
36 return win32api.GetLongPathName(win32api.GetShortPathName(f))
37
38 except:
39

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected