摘要:
The default selectfile's selectpattern only support on exention name.For example, command below can only retrieve jpg image.If you want both jpg and gif, you need two clause and combine the outputs. [代码]Alternatively, you can use LINQ and regular expression like below, but the code has issue when im 阅读全文