企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 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`