Ah!,
Your problem is Copied Files is a string -- you need quotes around it. You also need a proper full path to the file. You can do something like this (or type the full file name):
myfile = FileNames["Copied Files/Var*.CSV"]
and your file will be found.
data = Import[myfile]
Regards,
Neil