[This is preliminary documentation and is subject to change.]

Cfalg used when copying or moving file or directory

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[FlagsAttribute]
public enum CopyFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration CopyFlags
Visual C++
[FlagsAttribute]
public enum class CopyFlags
F#
[<FlagsAttribute>]
type CopyFlags
JScript
public enum CopyFlags

Members

Member nameValueDescription
DifferentCase16Different casing
SameCase8Same casing
Move4Move (delete source after copy)
Resume2Resume interrupted operation
Overwrite1Overwrite target if exists
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also