Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to get the list of file whose name is Process0.csv, Process1.csv but not Process0_start.csv from tFile List.
I tried Process\d+\\.csv and "Process" + (\d+) + ".csv".
This doesn't seem to work.
Thanks.