Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jp

Pages: [1]
1
That's it! Nice :)

It would be convenient to have RegExp/Wildcard working on the the full file path. Maybe by adding "Full file path" to the "Include" drop-down menu in the "File Matching" tab (attachement)?

Anyway, thanks for the answer.

Julien

2
Hi,

Let's say we have a tree structure like that :
/ROOT
├── A
│   ├── 1
│   │   └── not_te_be_selected.json
│   └── 2
├── B
│   ├── 1
│   └── 2
└── C
    ├── 1
    ├── GOOD_SUBFOLDER
    │   └── to_be_selected.json
    └── 2


I'm looking for a way to search *.json files from ROOT folder, but only in subfolders that also match a pattern :
*\GOOD_*\*.json

That would return only
ROOT\C\GOOD_SUBFOLDER\to_be_selected.json

Is that somehow possible?

Regards,
Julien

Pages: [1]