Is it possible to search or sort all the folders based on number of files in them?

  • Thread starter Thread starter baracooda
  • Start date Start date
Bob I said:
Not natively, look for a 3rd party solution like TreeView or Sequoia.

It would be pretty easy to write a VBScript to do this.
I think you are likely to find most of the code in Microsoft's VBScript
newsgroup.
Try Google, Groups. Url something like:
http://groups.google.com/groups?q=files folder
group:*.scripting.vbscript&num=100&scoring=d
That group is watched by a lot of people happy to help you out.

-Paul Randall
 
Ayush said:
Paul Randall wrote ::




I dont think a vbscript can move folders in explorer window.


Good Luck,
Ayush.

I suppose one could "order the files" by the Modified timestamp, and
then in the order you wished them to "appear" insert and delete a
temporary file to cause the modified timestamp to change. That would be
one method of 'causing them to arrange in some desired order.
 
Back
Top