Page 1 of 1

how get file count from selected folders?

Posted: 25 Jan 2020 10:22
by drjs5x
hi big coders,
how get file count from selected folders?

Sincerely

Re: how get file count from selected folders?

Posted: 25 Jan 2020 11:25
by jupe
Not sure what you want to do with the information, but you can just select "Properties" from the context menu, and it gives you the file count of the selected items in the dialog.

Re: how get file count from selected folders?

Posted: 25 Jan 2020 11:30
by drjs5x
:appl:
thanks for reply.
:appl: :appl:

Re: how get file count from selected folders?

Posted: 25 Jan 2020 11:31
by highend
Probably a bit faster (at least when there are more selected folders):
e gettoken(quicksearch("/f", <selitems |>), "count", <crlf>);

Re: how get file count from selected folders?

Posted: 25 Jan 2020 11:39
by drjs5x
:appl: :appl: :appl: :appl:
thank you very much.