Thread: Copy files bug
View Single Post
  #2  
Old 11-21-2005, 07:54 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
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.
Reply With Quote