how to list all files [message #1092] |
Mon, 07 September 2020 09:32 |
Primek
Messages: 2 Registered: September 2020
|
Junior Member |
|
|
Hello
I try to list all files in certain folder
in old version I used: "*.psd|*.tif|*.jpg|*.png|*.eps|*.pdf|*.tiff|*.gif"
this method dosen't work in 7.0.1 2313 (Mac)
help me pls
[Updated on: Mon, 07 September 2020 09:33] Report message to a moderator
|
|
|
Re: how to list all files [message #1093 is a reply to message #1092] |
Mon, 07 September 2020 11:54 |
FoxTrot Engineering
Messages: 406 Registered: April 2020
|
Senior Member |
|
|
I'm not sure why you get different results using version 6, however this query does not do what you would expect:
- the * wildcard can only be used as a word prefix or suffix; it can't be used alone to match any word
- using the | (or) operator inside a quoted string is not supported (in case the " character was part of your query)
With FoxTrot Pro version 7, to find all files in a specific folder you can use:
[all items of type] [any file or folder]
in: [your folder]
With FoxTrot Personal version 7, the nearest solution is:
[filename] [psd|tif|jpg|png|eps|pdf|tiff|gif]
in: [your folder]
Jérôme - FoxTrot Engineering
|
|
|
|