Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我了解如何从指定的整个目录中获取所有文件,但我不明白如何压缩整个目录以保持其内部结构(我的意思是内部文件夹)。
我使用 ZipStorer,但我很乐意看到任何示例。
目录结构是一个单独的实体。因此,您必须获取目录树结构并单独存储/压缩它。解压缩后,您必须重新创建此目录树并明确放置与原始位置相对应的文件。