CopyMoveResult Class |
Namespace: Alphaleonis.Win32.Filesystem
The CopyMoveResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | CopyMoveResult | Initializes a CopyMoveResult instance for the Copy or Move action.
![]() Normally there is no need to manually call this constructor. |
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. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |