MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / mkdir

Function mkdir

BaseTools/Source/Python/Common/LongFilePathOs.py:35–36  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

33 return os.rmdir(LongFilePath(path))
34
35def mkdir(path):
36 return os.mkdir(LongFilePath(path))
37
38def makedirs(name, mode=0o777):
39 return os.makedirs(LongFilePath(name), mode)

Callers 1

CreateDirFunction · 0.85

Calls 1

LongFilePathFunction · 0.90

Tested by

no test coverage detected