You're right, it does skip files without an extension when using *.*. We intended to emulate the regular wildcard behavior, but it looks like that slipped by (due to the complexity of the action, it can't leverage the wildcard logic in the Windows APIs). Apparently very few are using that syntax or there aren't many non-extension files out there, as you're the first one to notice it. As a workaround, you can simply use a blank include field or * instead.
|