string[] arquivos = Directory.GetFiles(@"C:\Teste_Zip\web", "*", SearchOption.AllDirectories);
The question is:
I need to get the files, except in a folder. I could not get past the folder. The folder is Fixed, does not vary.
I did this and...
asked by
29.02.2016 / 20:00