Windows will allow you to have more than one music folder. How do I query the path for all the folders. I know that the following will get the current set folder but I want the others.
Environment.GetFolderPath(Environment.SpecialFolder.MyMusic)
On my system this will produce the following folder. D:\Users\Bobby\Music
. However that is not enough. I have another folder that is a music folder located at C:\Users\Bobby\SkyDrive\Music
.
Basically I want to iterate all the folders in the MyMusic library from my Windows Store application.