Page 1 of 1

Fully expand a directory list

Posted: 24 Jan 2013 00:17
by Thondar
Is there a way to fully expand a large directory list. I need to create a duplicate directory tree for the new year and this tree will have 100+ folders. If I could expand the current tree fully and then print it to a file I could create a script to recreate the tree for the new year. I see no easy way to do this? Any thoughts

Re: Fully expand a directory list

Posted: 24 Jan 2013 00:38
by serendipity
Thondar wrote:Is there a way to fully expand a large directory list. I need to create a duplicate directory tree for the new year and this tree will have 100+ folders. If I could expand the current tree fully and then print it to a file I could create a script to recreate the tree for the new year. I see no easy way to do this? Any thoughts
Hi and Welcome!
From your description I understand that you want to create exact copy of a tree structure but should it be empty or have files in them?

If you want empty directory structure, then look at "Create Branches here" in help file or paste below code in XY's addressbar and you will see it:

Code: Select all

::rtfm "idh_mendd.htm#idh_menddcbh"
If you are looking to make an exact copy of your directory with files in them then use "Rich Copy", see this topic:

Code: Select all

::rtfm "idh_richop.htm"
Hope this helps.

Also, you posted this in bugs section, next time you have a question you are not sure about, post it in Tips, Tricks ... section

Re: Fully expand a directory list

Posted: 24 Jan 2013 09:12
by admin
[moved the thread to Tips & Tricks, Questions & Answers]