合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# 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