G
Guest
I would like to create an appropriate file manager in my application. I want
to implement a cancelable file copy function with a Form which contains
processbar and cancel button.
Is there a way to cancel copy operation?
If I create appropriate file copy operation which is the best strategy? Copy
step by step (megabyte by megabyte) in a copy thread? Because I can break my
loop. How much should be one step: byte, megabyte, other?
Do you have any idea?
Thanks
Frankie
to implement a cancelable file copy function with a Form which contains
processbar and cancel button.
Is there a way to cancel copy operation?
If I create appropriate file copy operation which is the best strategy? Copy
step by step (megabyte by megabyte) in a copy thread? Because I can break my
loop. How much should be one step: byte, megabyte, other?
Do you have any idea?
Thanks
Frankie