Hi this is a late response but better then never. I was having the same issue and after a little research found that 'create_directory()' only creates a new folder if the parent folder exists. So basically you can create only one new folder at a time. To create multiple new folders, each within the other, use 'create_directories()' [notice the plural "directories"].