Hi, how can I get the names of files in a folder?
Now i use this:
string[] files = Directory.GetFiles(url);
But if I wanted to point to a folder online?
Thanks
↧