Recreate Empty Directory Structure

I need something very similar to this. I'm not a coder at all, so please be gentle. :wink:

I have an example folder structure that will always be the source. It's the Case Folder Template in the attached screenshot.. I need a button that prompt me for a case name, then copy the Case Folder Template folders, recursively, to the currently selected pane with the top-level folder being the name I entered in the prompt..

Any guidance on this would be much appreciated.
2023-04-03_03-09-46

Try

Copy FILE="F:\Case Folder Template" TO={sourcepath} CREATEFOLDER="{dlgstring|Enter case name}"
2 Likes

Huge thanks. It's almost there. As you can see in the screenshot, it copied the Case Folder Template into the new case folder (TestOMatic). What I'm looking for is a new folder called TestOMatic in the root that has exactly the same folder structure as Case Folder Template.

Again, thanks!

Change FILE="F:\Case Folder Template"
to FILE="F:\Case Folder Template\*"

1 Like

Perfect! A million thanks!

1 Like