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