多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 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`