Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
def
rmFolder(path):
32
if
os.path.exists(path):
33
shutil.rmtree(path)
34
35
def
mkFileExecutable(file_path):
36
st = os.stat(file_path)
Callers
3
rmFolderContents
Function · 0.85
rmFolders
Function · 0.85
create_install_zip
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected