J
Joris De Groote
Hi,
I have an array called files() (String). There are a couple of values in
there. I want to add more values in that array.
How can I do this? When I try files += System.IO.Directory.GetFiles(source)
I get an error.
Thanks
I have an array called files() (String). There are a couple of values in
there. I want to add more values in that array.
How can I do this? When I try files += System.IO.Directory.GetFiles(source)
I get an error.
Thanks