Tagged Questions
3
votes
3answers
97 views
Saving multiple files on program close
I have a Windows desktop application that can handle multiple files open on one canvas (in one instance of the program). You can modify and save each file individually, or all in one go.
If a user ...