> I'd suggest this: > > file_list_2 = (?s).* > > This matches any file name which has zero or more characters. :)
Thanks Bjarni, and thanks Harold.
It works great!
alex