In my MVC application I have the following paths;
How would I, in my c# controller, get a l
Directory.GetFiles("/content/images/thumbs")
That will get all the files in a directory into a string array.