合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# F.6 FlattenMapper The `FlattenMapper` removes the directories from a filename and solely returns the filename. ``` <copy todir="/tmp"> <mapper type="flatten" /> <fileset refid="someid" /> </copy> ``` This code will copy all files in the fileset to /tmp. All files will be in the target directory. F.6.1 Examples `<mapper type="flatten" />`Applying the mapper, you will get the following results from the following filenames: Table F.6:聽Result of mapping FromTo`test.txt``test.txt``./foo/bar/test.bak``test.bak`