|
-
May 7th, 2024, 09:18 AM
#3
Re: Copying from locked file and using chunks with files > 2 GB
CopyFileExW with a progress routine, if you just need to be able to cancel and update the UI.
The trick's multithreading module and doing it in another thread.
Or doing it manually with ReadFile/WriteFile and overlapped i/o, or ReadFileEx/WriteFileEx with a file io completion port.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|