WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: arnoudx6 on July 21, 2015, 07:46:58 AM

Title: Confirm file replace
Post by: arnoudx6 on July 21, 2015, 07:46:58 AM
Hello everyone,

At the company where i work i have an Winbatch application called Iv-Projectverkenner(Dutch). Last week someone showed me a window asking to confirm an file replace. I have never seen this window before and can't find it in the sourcecode(I didn't wrote any of the code but the programmer who did now longer works at the company). Could someone please tell me if this is an Winbatch window or if i have to continue the search in the sourcecode?

i attached a screenshot to this topic, any help is appreciated.

With kind regards,

Arnoud Stolk
Title: Re: Confirm file replace
Post by: td on July 21, 2015, 08:19:01 AM
The dialog is displayed by the WIL FileCopy, FileMove, FileCopyAttr, and FileMoveAttr functions when the 'warning' parameter of one of these functions is set to @True (1).
Title: Re: Confirm file replace
Post by: arnoudx6 on July 21, 2015, 08:23:26 AM
Thank you for your answer i will look into this tomorrow morning and i will reply back into this topic.
Title: Re: Confirm file replace
Post by: arnoudx6 on July 23, 2015, 07:01:42 AM
I think the problem is solved now thank you for your help.