79379977

Date: 2025-01-23 06:01:00
Score: 2.5
Natty:
Report link

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"].

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29325901