I will select specified file with the numering addiction of an automatic selection for inst:
01(1).jpg
001(1).jpg
0001(1).jpg
01(2).jpg
001(2).jpg
01(3).jpg
select only this file with the same (n)
I will select specified file with the numering addiction of an automatic selection for inst:
01(1).jpg
001(1).jpg
0001(1).jpg
01(2).jpg
001(2).jpg
01(3).jpg
select only this file with the same (n)
Since ( and ) are a wildcard characters you need to escape them with '
e.g. *'(1') will match all filenames ending in (1)
Thanks ! it was the ending ) that I didnt wrote. Now it works!