I try to use file filter and directory filter to choose specified files and folders , but the files in sub folder are affected by file filter .
Example :
file filter : @"//1.txt$;2.txt$"
directory filter : @"//sub$"
Only 1.txt
& 2.txt
were compressed in sub
folder , and i want all the files in sub
folder compressed.