Hi All,
just wondering If anyone can shed some light and help on creating a folder and a sub folder inside it, using dispatch. I'm not sure if this is even possible, but maybe someone has achieved it.
My current process and thinking is to have one edit box to capture a string of known length, then use two variables to split the string via LEFT and RIGHT. This I have achieved. Then I would have hoped to create a main folder with the first string and the subfolder with the second.
Thankyou
Hi Daniel,
You need two lines of create folders, since Dispatch does not seem to be able to create more than one at a time.
My dispatch variables:
The script and input box:
By typing abcd1234 in the Edit box, i created:
Is that what you were looking for?