Hi,
When a folder has more than 10000 files, GetList returns only the 10000 first. The file I need might not be in the 10000 first files so I want to use a wildcard.
The thing is that when I use a wildcard, it returns 0 files. The wildcard is perfectly valid and when I remove enough file to be under the 10000 limit, the file is returned properly with the wildcard.
How can I solve that problem ? Thanks