WdCopyFileProgressInfo
Contains progress information for an individual file during a copy operation.Syntax
Members
relativeFilePathType: const char* The file path being copied, relative to the root of the destination path (UTF-8).
sourcePathType: const char* The source path of the directory being copied (UTF-8).
destinationPathType: const char* The full destination path of the directory being copied (UTF-8).
bytesTransferredType: uint64_t The number of bytes transferred so far for this file.
fileSizeType: uint64_t The total size of the file in bytes.
