Hi, I have a problem using Win32::FileOp CopyConfirm & CopyEx if the destination dir already exist.
Code sample: my $Installdir = 'c:\test'; my $fromDir ="\\\\server\\dir\\'; CopyConfirm ( $fromDir => $Installdir); if c:\test\dir exits then $fromDir is copied to c:\test\dir\dir. I expected it to overwrite what is in c:\test\dir. Anyone else has this issue? There a work around for this problem? Thanks for your help in advance! -- Henry Wong

