Is there a way to easily get all jpg files in a folder

Discuss and share scripts and script files...
Post Reply
mydarkpassenger
Posts: 31
Joined: 19 Apr 2014 19:39

Is there a way to easily get all jpg files in a folder

Post by mydarkpassenger »

I'm trying to get a list of all jpg files in a folder and save it to a list. I say a selfilter to command but it doesn't appear to let me save the selection. I can also loop over the folders but this seems very inefficient. Any help?

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Is there a way to easily get all jpg files in a folder

Post by admin »

Code: Select all

text quicksearch("*.jpg");

mydarkpassenger
Posts: 31
Joined: 19 Apr 2014 19:39

Re: Is there a way to easily get all jpg files in a folder

Post by mydarkpassenger »

admin wrote:

Code: Select all

text quicksearch("*.jpg");
Thank you. Worked perfectly!

Post Reply