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: 131
Joined: 03 Jan 2016 02:11
Location: Oregon, USA Win 10-64;a 25H2; scale: 100%;XY: 28.10.01000

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
Win 11-64; 25H2 (scale: 100%); XY: 28.30.06000

I measure a good day by how little I fell behind

Quick, hire a teenager while they still know everything!

jupe
Posts: 3478
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