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

Function extract_tar

editor/scripts/bundle.py:124–125  ·  view source on GitHub ↗
(file, path)

Source from the content-addressed store, hash-verified

122 os.makedirs(path)
123
124def extract_tar(file, path):
125 run.command(['tar', '-C', path, '-xzf', file])
126
127def extract_zip(file, path):
128 if sys.platform == 'darwin':

Callers 1

extractFunction · 0.85

Calls 1

commandMethod · 0.80

Tested by

no test coverage detected