I am coding a (specific) backup program (for Minecraft) and I would like to know a way I can bypass this window:
I am still a beginner at Delphi, but I would like to see the different methods I could use to do so.
Thank you in advance :)
You are using SHFileOperation
to do the file copy. If you want it to be silent then include
FOF_SILENT | FOF_NOCONFIRMATION | FOF_NOERRORUI | FOF_NOCONFIRMMKDIR
in SHFILEOPSTRUCT.fFlags
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With