python check folder

30

import os
cwd = os.getcwd()
>>> import os
>>> os.path.isdir('new_folder')
True

Comments

Submit
0 Comments