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.Direc tory.GetFiles(s ource)
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.Direc tory.GetFiles(s ource)
I get an error.
Thanks
Comment