Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=2)
-   -   Copy Files Step Issues (https://www.kinook.com/Forum/showthread.php?t=2196)

Buildboy 12-07-2006 05:30 PM

Copy Files Step Issues
 
Hello :-)
I was just wondering if I can copy multiple folders and files at the smae time using this action, if I try to copy 2 specific folder located on root of drive C: and a file which is located in the root of C: as well, it doesn't work, this is what I have:

\Test1
\Test2
test.bld
(Zero file copied)

but if I have

\Test1
\Test2

or
test.bld
test1.bld

they get copied, is this a limitation of the copy step ( meaning only file or only folders in each step) or I am missing something? :(

Thank you all in advance :-)

kinook 12-08-2006 08:19 AM

The include values for broad matching are cumulative, so specifying

\Test1
\Test2
test.bld

means to include the file test.bld only underneath folders named Test1 and Test2.

If you wish to copy test.bld in the root and all files in Test1 and Test2, use advanced matching of:

/Test1/**/*
/Test2/**/*
test.bld

http://www.visualbuild.com/Manual/filematching.htm

Buildboy 12-08-2006 09:28 AM

Problem solved, Thank you for pointing me in the right direction :-)


All times are GMT -5. The time now is 05:41 AM.


Copyright © 1999-2023 Kinook Software, Inc.