Page 1 of 1

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

Posted: 06 Sep 2015 17:29
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?

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

Posted: 06 Sep 2015 17:35
by admin

Code: Select all

text quicksearch("*.jpg");

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

Posted: 06 Sep 2015 18:13
by mydarkpassenger
admin wrote:

Code: Select all

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