I am trying to read some file names from an specific directory and such names contains metacharacters. The file names is like V4.35_T01-400720.csv In total I have 14 files for which the value T01 goes up to T14. I need to read the files into a string vector that looks like>names"V4.35_T01-400720.csv" "V4.35_T02-400720.csv" ... "V4.35_T14-400720.csv"So far, I have not been able to read the ".", "_" and "-" characters. Regards [[alternative HTML version deleted]]