Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
def
mkdirs(path):
121
if
not os.path.exists(path):
122
os.makedirs(path)
123
124
def
extract_tar(file, path):
125
run.command([
'tar'
,
'-C'
, path,
'-xzf'
, file])
Callers
3
get_jdk
Function · 0.85
create_bundle
Function · 0.85
create_dmg
Function · 0.85
Calls
1
exists
Method · 0.65
Tested by
no test coverage detected