Hello,
I have a folder with many files.
The files are structured as follows.
Name001.product
Name002.product
Name003.product
Name004.product
Name00n.product
Additionally
Name101.product.prototype
Name102.product.prototype
Name103.product.prototype.
Name104.product.prototype
Name10n.product.prototype
Is there a file filter that gives me only the files without prototype in a list?
*.product
delivers all.
Which query would work well here? I need only .product
not .product*