What is the best way to save a sound file resource?

So I have a mp3 sound file that has been dragged into my project, creating a resources folder with my sound file in it.

I want to save that mp3 file at runtime to a Windows folder.

Images that I have saved in this manner, I can use a save command in the ide but not with a sound file, I just get play options.

I suppose I could do a binary stream but I’m asking to see if I missed something here.

1 Like