View Single Post
  #8  
Old 08-15-2006, 02:02 PM
Dave_Novak Dave_Novak is online now
Registered User
 
Join Date: 04-13-2006
Location: Atlanta, GA
Posts: 64
I have downloaded and installed the beta that was released today, but I’m still have problems with this. All I wish to do is to recursively copy all files in all folders starting with “B” at the root of the search path. When I specify “/B*/*”, I get all folders (including ones that don’t start with “B”). Going back to what I specified previously (“\B*”) yields the same result as my previous post – folders starting with B folders or containing folders that start with B.

The really strange thing, however, is that no actual files are being copied in either case -- only the folders are created. And I assure you that these folders are not empty.

I did a little further testing and noticed that part of the problem I’m seeing is tied to Exclude Files. When I specify “/B*/*” for Include but nothing for Exclude, VBP will correctly copy over files only in root directories starting with “B”. However, it will also create empty directories for all directories not starting with “B”.

Something’s just not right.
Reply With Quote