Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个简单的问题,但我无法找到解决方法。我有一个名为的文件夹EDSDK,它内部包含子文件夹。现在在我的蚂蚁本身中,我希望复制所有这些文件。
EDSDK
IE
EDSDK 标题 dll
我希望复制上面的全部内容(包括 EDSDK)。正在做:
<fx:fileset dir="." type="data" includes="EDSDK/**"/>
复制文件夹的内部,EDSDK但不复制 EDSDK 文件夹本身。我应该怎么办?
PS:上面fx:fileset是类似的fileset
fx:fileset
fileset
正在做:
<fx:fileset dir="." type="data" includes="EDSDK/"/>
成功了。