ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# C.110 UnzipTask The `UnzipTask` unpacks one or more ZIP archives. Table C.144:聽Attributes NameTypeDescriptionDefaultRequired`file``String`Archive filenamen/aNo`todir``String`Directory to unpack the archive(s) tononeYes`forceExtract``Boolean`When set to false, only extract files if the destination does not exist yet or is older than the archive. When set to true, always extract files.`false`No C.110.1 Example ``` <unzip file="testzip.zip" todir="dest"> <fileset dir="."> <include name="*.zip"/> </fileset> </unzip> ``` C.110.2 Supported Nested Tags - `fileset`