MCPcopy Create free account
hub / github.com/defold/defold / mkdirs

Function mkdirs

editor/scripts/bundle.py:120–122  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

118 sys.stderr.flush()
119
120def mkdirs(path):
121 if not os.path.exists(path):
122 os.makedirs(path)
123
124def extract_tar(file, path):
125 run.command(['tar', '-C', path, '-xzf', file])

Callers 3

get_jdkFunction · 0.85
create_bundleFunction · 0.85
create_dmgFunction · 0.85

Calls 1

existsMethod · 0.65

Tested by

no test coverage detected