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.
我有一个名为“BACKUP”的目录。有没有办法使用 ant 构建脚本检索该目录中存在的所有文件夹和文件。
文件:<fileset dir="BACKUP" />
<fileset dir="BACKUP" />
文件夹:<dirset dir="BACKUP" />
<dirset dir="BACKUP" />
您可以使用FileSet类型:
<fileset dir="BACKUP"/>