Click here to Skip to main content
15,901,283 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have C# Application in which I added a audio file to the project resources.
Now I want to get the path of this "alert.wav" file in a srting.

I am able to access that resource(alert.wav) file like this
C#
Application.Properties.Resources.alert

Any clues how can I get the pathof this file.

Any help will be appreciated.

Thanks in advance.
Posted

1 solution

See System.IO[^]

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900