[This is preliminary documentation and is subject to change.]
Stages of file/directory copy process when exception can occure
Namespace: Tools.IOtAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum PathCopyStages |
| Visual Basic |
|---|
Public Enumeration PathCopyStages |
| Visual C++ |
|---|
public enum class PathCopyStages |
| F# |
|---|
type PathCopyStages |
| JScript |
|---|
public enum PathCopyStages |
Members
| Member name | Value | Description | |
|---|---|---|---|
| CreateDirectory | 0 | Target directory (or one of its subdirectories required for subdirectories of source directory) does not exist and it is being created | |
| OpenSourceFile | 1 | Source file is being opened | |
| CheckTagretFileExists | 2 | Check if tagret file exists | |
| OpenTargetFile | 3 | tagrte file is being opened | |
| Read | 4 | Reading bytes from source file | |
| Write | 5 | Writing bytes to tagret file | |
| SetFileAttributes | 6 | File attributes or times are being set | |
| SetDirectoryAttributes | 7 | Directory attributes or times are being set | |
| 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 |