Create a directory

suggest change
os.mkdir('newdir')

If you need to specify permissions, you can use the optional mode argument:

os.mkdir('newdir', mode=0700)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents