additional info after dir name

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
vampy
Posts: 1
Joined: 01 Jun 2017 18:42

additional info after dir name

Post by vampy »

is there a way to show directory information like "dolphin file browser" does?

directory_name and below the number of items in that directory

(and sort the directories by the number of items)
dolphin.png
To see the attached files, you need to log into the forum.

highend
Posts: 15003
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: additional info after dir name

Post by highend »

Welcome to the forum.

Sure, but not under a folder. But in an additional column (which can be sorted...)

How to setup a custom column:

- Right click in the column header, "Add column" (or: Menu - View - Columns - Add Column)
- Right click the newly added column header (current name: "(Undefined)"), "Select Custom Column..."
- Choose an entry of the list (one of the "(Undefined)" entries), click "OK"
- Right click the newly added column header (current name is still: "(Undefined)"), "Configure Custom Column <xx>..."

Insert via snippet
==================
Right click the button "Clear", choose "Paste Snippet"

Code: Select all

Snip: CustomColumn 1
  XYplorer 17.90.0305, 02.06.2017 06:30:10
Action
  ConfigureColumn
Caption
  Items
Type
  3
Definition
  return foldersize("<cc_item>", "<f>");
Format
  0
Trigger
  0
Item Type
  1
Item Filter
  
One of my scripts helped you out? Please donate via Paypal

Post Reply