I'm trying to copy all the files in a directory using Ant Fileset pattern.
I tried the following,
**/* and **/*.* but neither of them copies entire directory structure.
Is there any thing wrong in my file set pattern?
I'm trying to copy all the files in a directory using Ant Fileset pattern.
I tried the following,
**/* and **/*.* but neither of them copies entire directory structure.
Is there any thing wrong in my file set pattern?
Copyright © 2021 Jogjafile Inc.
If you are using
filesetwithfileattribute, it is just for one single file. To copy all the contents of a directory to another, you should usedirattribute: