简体   繁体   中英

Is Extendscript able to zip/unzip a file using File Object?

我找不到很多关于扩展脚本文件对象的文档,我想知道我是否能够使用扩展脚本中的文件对象压缩/解压缩文件。

On Windows you can make a .BAT file from ExtendScript and run it at once. See my answer here: How to use extendscript to open another application?

Instead of:

c:/Windows/notepad.exe

there should be something like:

unzip c:/temp/my_file.zip

I suppose something similar can be done on MacOS via bash script or AppleScript.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM