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

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
GUIguy
Posts: 95
Joined: 03 Jan 2016 02:11
Location: Oregon, USA Win 10-64
Contact:

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

Post 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:
GUIguy
I measure a good day by how little I fell behind

Quick, hire a teenager while they still know everything!

jupe
Posts: 2794
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

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

Post 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";

Post Reply