- I liked Hyper'z program a lot and wanted to learn to develop something like that but not the same thing.
Let's say, I make a folder on my domain root, domain.com/music-collection and I store my favorite mp3 files in that.
I found this tutorial, I need same thing but I need it to retrieve the list of mp3 filesstored in a directory online and play it .
How to retrieve the list of files stored in that directory and play it in C# ?
I am new to C# though I know Visual Basic and Java.