将目录查询传递给?
我需要压缩目录中的文件,但不是目录中的所有文件。我通过在目录列表上运行查询来确定需要压缩的文件。
目前,我正在循环查询结果以将每个文件单独添加到存档中,但这在大型目录中可能需要一段时间。
有没有办法在循环之外做到这一点?我在 CF 文档中找不到任何表明您可以将某种列表传递给 cfzip 的内容。
I need to zip files from a directory, but not all the files in the directory. I determine the files that need to be zipped by running a query on the directory listing.
Currently, I'm looping over the query results to add each file to the archive individually, but this can take a while in a large directory.
Is there any way to do this outside of a loop? I couldn't find anything in the CF docs that would indicate that you can pass some sort of list to cfzip
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,没有。您可以向其传递整个目录以进行压缩,但不能传递文件查询。
Unfortunately, no. You can pass it an entire directory to zip up, but not a query of files.