Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Creating a new Empty Folder with Sub Folders inside

smodu398
5 - Atom

I am trying to create an empty folder at a specific location with some subfolder within the new folder I just created.

2 REPLIES 2
griffinwelsh
12 - Quasar

You can use the python tool with module os. Modify the array paths to contain your desired folders. Note if you are new to python your all backslashes in your sting need to written as \\ instead of \. Separate paths with a comma delimiter if you need more than one.

1993.png

ChrisTX
16 - Nebula
16 - Nebula
Labels
Top Solution Authors