csharp find a wav file in the folder

Code Example - csharp find a wav file in the folder

                
                        var background = new System.Windows.Media.MediaPlayer();
background.Open(new Uri(Application.StartupPath + @"\YourWavFile.wav"));
background.Play();