I'm getting all the photos from a directory and its subsequent ones, but I do not like the "Backup" folder, how could I do that?
string[] Arquivos = Directory.GetFiles(PathEx, "*.*", SearchOption.AllDirectories);
I was thinking of using...
asked by
03.12.2017 / 15:44