0

is code for "Confirm File Replacement" dialogs in C++ available? It seems like it is used often in many different programs. I was surprised to not find anything about it anywhere.

As an example, I'd like to do something like this.

Thank you for your time.

JHowzer
  • 3,684
  • 4
  • 30
  • 36
  • On Windows you get that passing the `OFN_OVERWRITEPROMPT` flag in the [`OPENFILENAME`](http://msdn.microsoft.com/en-us/library/windows/desktop/ms646839.aspx) struct when you call [`GetSaveFileName`](http://msdn.microsoft.com/en-us/library/windows/desktop/ms646928.aspx). – Jerry Coffin Jun 06 '12 at 03:39
  • SirPentor, in Windows XP and above Jerry Coffin, thank you for the suggestion, I will take a look – JHowzer Jun 06 '12 at 12:51

0 Answers0