Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Aug : Copy Tree
| Subject: | Copy Tree |
| Posted by: | "APawlik" (pawl..@gmx.net) |
| Date: | Thu, 23 Aug 2007 15:00:15 |
I have a function to copy/move entire directories
including subdirectories, based on SHFileOperation.
What I would like to include is a 'Overwrite only
if newer' option. How do I approach this? It seems
SHFileOp is of no use here since it only has the
'renameoncollision' option?
Your help is much appreciated.
A