CopyMoveResultIsCopy Property |
When the action was a Copy, Move otherwise.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsCopy { get; }
Public ReadOnly Property IsCopy As Boolean
Get
public:
property bool IsCopy {
bool get ();
}
member IsCopy : bool with get
Property Value
Type:
Boolean when the action was a Copy. Otherwise a Move action was performed.
See Also