Page 1 of 1

List of folders but not files: Close, but not yet...

Posted: 13 May 2018 10:39
by GUIguy
I'm trying to print (to clipboard, file, whatever) a tree list of folders without files. I KNOW it's possible with XY. Just don't know how.

Where's my guru???? :lol:

Re: List of folders but not files: Close, but not yet...

Posted: 13 May 2018 11:02
by jupe
you can try this in the address bar:

Code: Select all

folderreport("tree", "u");
or if you want it to recurse though sub folders too:

Code: Select all

folderreport("tree", "u", ,"r");
not sure the exact format you are looking for though, so you might want more info that what that command provides, if it isn't exactly what you want you can paste the following into the XY address bar for more information if you are interested:

Code: Select all

::help "idh_scripting_comref.htm#idh_sc_folderreport";