Extendscript 是否能够 zip/unzip 使用文件对象的文件?

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

我找不到很多关于 extendscript 的文件对象的文档,想知道我是否能够 zip/unzip 使用 extendscript 中的文件对象的文件。

在 Windows 上,您可以从 ExtendScript 制作一个 .BAT 文件,然后 运行 立即制作它。在这里查看我的回答:How to use extendscript to open another application?

而不是:

c:/Windows/notepad.exe

应该是这样的:

unzip c:/temp/my_file.zip

我想类似的事情可以在 MacOS 上通过 bash 脚本或 AppleScript 完成。