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

Stages of file/directory copy process when exception can occure

Namespace: Tools.IOt
Assembly: 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 nameValueDescription
CreateDirectory0Target directory (or one of its subdirectories required for subdirectories of source directory) does not exist and it is being created
OpenSourceFile1Source file is being opened
CheckTagretFileExists2Check if tagret file exists
OpenTargetFile3tagrte file is being opened
Read4Reading bytes from source file
Write5Writing bytes to tagret file
SetFileAttributes6File attributes or times are being set
SetDirectoryAttributes7Directory attributes or times are being set
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