I looked through the $findfile() code again and there is a point where extra spaces are removed from the wildcard parameter due to parsing the multiple wildcard ; separator, which itself allows spaces between each wildcard and the ; separator. This can be changed so that only spaces surrounding each wildcard are removed, which should preserve internal spaces. Unless anyone can see a backwards compatibility issue with this, this change will be in the next version.