--
Hi Matt. A way to deal with multiple files is to add a for-loop to handle it. For example, use a list of file names as input, the for-loop will pick up input file from the list one by one.
--
Hi Matt. A way to deal with multiple files is to add a for-loop to handle it. For example, use a list of file names as input, the for-loop will pick up input file from the list one by one.