Hi,
I want to modify vi, in which one of the cases does a simple file move. It is moving video files, and in some cases they can be fairly large, in which case the vi halts until the move is complete. I want to modify it if possible to start the move, but have the parent vi continue to execute while the move is happening. I do want to maintain error cluster info and error handling of the move itself. I'm wondering what the best approach is.
My current idea is to create another vi in which the contents is nothing but the move, get a reference to this vi, and launch it asynchronously using the vi reference. It can have the error handler vi within it to catch errors. Is there a better approach anyone else has used?
Thanks
David Jenkinson