Page 1 of 1
find folder containing large number of text files
Posted: 25 Jan 2024 15:23
by yusef88
Is it possible to find the folder that has the greatest number of txt files?
Re: find folder containing large number of text files
Posted: 25 Jan 2024 15:40
by highend
Sure, via scripting (quicksearch, listfolder on every folder in the loop, sort the result at the end => paperfolder)
Re: find folder containing large number of text files
Posted: 25 Jan 2024 16:35
by yusef88
highend wrote: ↑25 Jan 2024 15:40
Sure, via scripting (quicksearch, listfolder on every folder in the loop, sort the result at the end => paperfolder)
thanks for the steps you've suggested