I do not understand, what is the problem?
my code:
public List<string> files = new List<string>();
string bb="C:\\cpqsystem";
files.AddRange(bb);
error description:
error CS1502: The best overloaded method match for 'System.Collections.Generic.List<string>.AddRange(System.Collections.Generic.IEnumerable<string>)' has some invalid arguments
error CS1503: Argument 1: cannot convert from 'string' to 'System.Collections.Generic.IEnumerable<string>'