我尝试使用文件过滤器和目录过滤器来选择指定的文件和文件夹,但子文件夹中的文件受文件过滤器的影响。
例子 :
文件过滤器:@"//1.txt$;2.txt$"
目录过滤器:@"//sub$"
只有1.txt
&2.txt
被压缩在sub
文件夹中,我希望文件sub
夹中的所有文件都被压缩。
我尝试使用文件过滤器和目录过滤器来选择指定的文件和文件夹,但子文件夹中的文件受文件过滤器的影响。
例子 :
文件过滤器:@"//1.txt$;2.txt$"
目录过滤器:@"//sub$"
只有1.txt
&2.txt
被压缩在sub
文件夹中,我希望文件sub
夹中的所有文件都被压缩。
I assume that fastzip means the one class of SharpZipLib. According to the documentation https://github.com/icsharpcode/SharpZipLib/wiki/FastZip the parameter for fileFilter is optional. If null is passed, all files in the specified folder should be compressed