↧
Answer by user1847129 for C# SoundPlayer class isn't finding the file at the...
Path.GetFullPath returns a completed path based on your partial path string and your current directory The current directory, if you start your compiled executable out of e.g. windows explorer, will be...
View ArticleC# SoundPlayer class isn't finding the file at the specified path
I'm using the Path.GetFullPath of the System.IO namespace and it is correctly pulling the absolute filepath for the sound file that I have stored in the program. It is displaying it in a MessageBox...
View Article