Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/culvertsoft/mgen
/ rmFile
Function
rmFile
buildutil.py:49–51 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
47
rmFolder(file_path)
48
49
def
rmFile(path):
50
if
os.path.exists(path):
51
os.remove(path)
52
53
def
copyTree(src, dst):
54
distutils.dir_util.copy_tree(src, dst)
Callers
2
rmFolderContents
Function · 0.85
rmFiles
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected