A program to recognize and reward our most engaged community members
CharlieFirpo wrote:Let say I have these filenames: asd_text-fgh.txt, qwe.textrty.xls, ... I think *text* pattern should return these two filenames. Or not?Thanks for reply!!!
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.3.007"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.3.007" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="loop_files" compatibility="5.3.007" expanded="true" height="76" name="Loop Files" width="90" x="179" y="75"> <parameter key="directory" value="/tmp"/> <parameter key="filter" value=".*text.*"/> <process expanded="true"> <operator activated="true" class="provide_macro_as_log_value" compatibility="5.3.007" expanded="true" height="76" name="Provide Macro as Log Value" width="90" x="45" y="30"> <parameter key="macro_name" value="file_name"/> </operator> <operator activated="true" class="log" compatibility="5.3.007" expanded="true" height="76" name="Log" width="90" x="447" y="120"> <list key="log"> <parameter key="file_name" value="operator.Provide Macro as Log Value.parameter.macro_name"/> </list> </operator> <connect from_port="file object" to_op="Provide Macro as Log Value" to_port="through 1"/> <connect from_op="Provide Macro as Log Value" from_port="through 1" to_op="Log" to_port="through 1"/> <connect from_op="Log" from_port="through 1" to_port="out 1"/> <portSpacing port="source_file object" spacing="0"/> <portSpacing port="source_in 1" spacing="0"/> <portSpacing port="sink_out 1" spacing="0"/> <portSpacing port="sink_out 2" spacing="0"/> </process> </operator> <connect from_op="Loop Files" from_port="out 1" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator></process>