Hi,
Does anyone know if there is a way to interrupt a large FILE_COPY (or FILE_MOVE) ? I have a situation where there could be a large number of files being copied, but I need to allow an operator to interrupt it. The only solution I can think of is spawning the process out to an OS copy command, allowing me to display a 'cancel' dialog to the operator'.
Thanks
|