[This is preliminary documentation and is subject to change.]
Cfalg used when copying or moving file or directory
Namespace: Tools.TotalCommanderTAssembly: 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 name | Value | Description | |
|---|---|---|---|
| DifferentCase | 16 | Different casing | |
| SameCase | 8 | Same casing | |
| Move | 4 | Move (delete source after copy) | |
| Resume | 2 | Resume interrupted operation | |
| Overwrite | 1 | Overwrite target if exists | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |