by Diego Calvo | Jul 20, 2017 | Python-example | 0 comments
import os directory = "/Users/diego/test/" try: os.stat(directory) except: os.mkdir(directory)
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Submit Comment
Δ
0 Comments