CopyMoveResult Properties |
The CopyMoveResult type exposes the following members.
Name | Description | |
---|---|---|
Destination | Indicates the destination file or directory. | |
Duration | Indicates the duration of the Copy or Move action. | |
ErrorCode | The error code encountered during the Copy or Move action. | |
ErrorMessage | The error message from the ErrorCode that was encountered during the Copy or Move action. | |
IsCanceled | When indicates that the Copy or Move action was canceled. | |
IsCopy | When the action was a Copy, Move otherwise. | |
IsDirectory | Gets a value indicating whether this instance represents a directory. | |
IsEmulatedMove | Indicates the Move action used a fallback of Copy + Delete actions. | |
IsFile | Gets a value indicating whether this instance represents a file. | |
IsMove | When the action was a Move, Copy otherwise. | |
Source | Indicates the source file or directory. | |
TimestampsCopied | Indicates that the source date and timestamps have been applied to the destination file system objects. | |
TotalBytes | The total number of bytes copied. | |
TotalBytesUnitSize | The total number of bytes copied, formatted as a unit size. | |
TotalFiles | The total number of files copied. | |
TotalFolders | The total number of folders copied. |