We are developing an application which will work with Dropbox folders. We would like to hide "conflicted copy" files from most users, moving them to another place where administrators will sort out conflicts.
To do this we need to write code which can scan a folder and find any "conflicted copy" files.
However, the name that Dropbox generates varies with the system language...for example, it might be "Copie en conflit" (French) or "конфликтующая копия" (Russian).
Can someone provide a comprehensive list of strings to search for, or suggest any other way of identifying files that are the result of Dropbox resolving conflicts?