I have a folder in my WPF app "Images" that has several .png files with their Build Action set to Resource. These are built into my binary since I can reference them in XAML.
I would like to write these to disk in the temp folder. How do I do this?
I have found several answers referring to Embedded Resources, but not just plain resources.