Python - Create/Delete Directory
The os.mkdir() function creates a single directory. It fails if the parent directory doesn’t exist or if the directory already exists.
The os.mkdir() function creates a single directory. It fails if the parent directory doesn’t exist or if the directory already exists.