LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Aborting a copy function

Solved!
Go to solution

Hi,

Is it possible to cancel copying a large file while it's in the process of transferring? I am using the standard 'Copy' function.

0 Kudos
Message 1 of 3
(685 Views)
Solution
Accepted by topic author slintak

You could do something like this: File transfer with progress bar 

This breaks the file into chunks and transfers it in a loop, so if you need to abort it for some reason you can stop the loop.

Message 2 of 3
(680 Views)

Thank you, that example is very helpful.

0 Kudos
Message 3 of 3
(614 Views)