Get the MyMusic folder

For the current user

System.Environment.GetFolderPath(Environment.SpecialFolder.MyMusic));

For all users

System.Environment.GetFolderPath(Environment.SpecialFolder.CommonMusic));

Leave a Reply

Your email address will not be published. Required fields are marked *