Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ make_folder
Function
make_folder
util/dir.py:5–6 ·
view source on GitHub ↗
(folder_name)
Source
from the content-addressed store, hash-verified
3
4
5
def
make_folder(folder_name):
6
os.makedirs(folder_name, exist_ok=True)
7
8
9
def
add_pypath(path):
Callers
1
prepare_dirs
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected