Is there a way to easily get all jpg files in a folder
-
mydarkpassenger
- Posts: 31
- Joined: 19 Apr 2014 19:39
Is there a way to easily get all jpg files in a folder
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: 64841
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Is there a way to easily get all jpg files in a folder
Code: Select all
text quicksearch("*.jpg");FAQ | XY News RSS | XY X
-
mydarkpassenger
- Posts: 31
- Joined: 19 Apr 2014 19:39
Re: Is there a way to easily get all jpg files in a folder
Thank you. Worked perfectly!admin wrote:Code: Select all
text quicksearch("*.jpg");
XYplorer Beta Club