NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
# G.4 Depth The `<depentry>` tag selects files based on how many directory levels deep they are in relation to the base directory of the fileset. ``` <fileset dir="phing/classes" includes="**/*.php"> <depth max="1"/> </fileset> ``` Table G.4:聽 Attributes for the `<depentry>` selector NameDescriptionDefaultRequired`min`The minimum number of directory levels below the base directory that a file must be in order to be selected.0One of the two`max`The maximum number of directory levels below the base directory that a file can be and still be selected.0