Hi
To process all the files and folders in the "H:\DATA\BACKUPS" folder but excluding
the contents of the "H:\DATA\BACKUPS\PICS" folder set the FilesToProcess and
FilesToExclude properties to the following values:
FileSelection1.FilesToProcess = "H:\DATA\BACKUPS\*<r>"
FileSelection1.FilesToExclude = "H:\DATA\BACUPS\PICS\*<r>
It doesnt work :-((
This works:
FileSelection1.FilesToProcess = "H:\DATA\BACKUPS\*<r>"
FileSelection1.FilesToExclude = "DATA\BACUPS\PICS\*<r>
Its a BUG in FilesToExclude or whats wrong in this Sample?
--
THW68