MCPcopy 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
5def make_folder(folder_name):
6 os.makedirs(folder_name, exist_ok=True)
7
8
9def add_pypath(path):

Callers 1

prepare_dirsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected