sinceramente penso che parli per enigmi

DirectoryInfo root = new DirectoryInfo(@"c:\");
foreach(FileInfo fi in root.GetFiles())
{
string nom1 = fi.Name;
this.Response.Write(nom1 + "
");

}


dove sta il problema? e a che scopo convertire una stringa in una stringa? :master: