I was wondering if there was an alternative to the System.IO.Directory.GetFiles Method that you could use for hosted websites. The problem is that this method uses the path starting from your drive, while it should only look for directories within the project.
It's to count the amount of images starting with a specific name, I have it setup, but without this method you would have to change values inside the code everytime you add or delete images, which is obviously something you do not want.