J'essaie de find files in Windows 7 that have a parenthesis in the nom de fichier.
Cependant, when I type `(` or `*(*` or `"("` or `*"("*` I get either nothing or every file.
Microsoft's "advanced query syntax" reference for desktop search mentions nothing about this.
What gives?
Windows 7 recherche for fichier avec a special character in the fichier name?
Re: Windows 7 recherche for fichier avec a special character in the fichier name?
Use following syntax: `~="("`.
`~=` is an escape character and then vous pouvez put a special character like `(`, `&`, `?` etc. in double quotes.
`~=` is an escape character and then vous pouvez put a special character like `(`, `&`, `?` etc. in double quotes.