4 lines
98 B
Python
4 lines
98 B
Python
global textQuickFolder
|
|
def textQuickFolder(path):
|
|
if not os.path.isdir(path):
|
|
os.makedirs(path) |