MCPcopy Create free account
hub / github.com/culvertsoft/mgen / rmFolder

Function rmFolder

buildutil.py:31–33  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

29 return ""
30
31def rmFolder(path):
32 if os.path.exists(path):
33 shutil.rmtree(path)
34
35def mkFileExecutable(file_path):
36 st = os.stat(file_path)

Callers 3

rmFolderContentsFunction · 0.85
rmFoldersFunction · 0.85
create_install_zipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected