ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 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