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

Result of file system operation

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

Syntax

C#
public enum FileSystemExitCode
Visual Basic (Declaration)
Public Enumeration FileSystemExitCode
Visual C++
public enum class FileSystemExitCode
J#
public enum FileSystemExitCode
JScript
public enum FileSystemExitCode

Members

Member nameDescription
ExistsResumeAllowed
The local file already exists, and resume is supported (used when Gettin/Putting file not for pure-remote copy/move)
NotSupported
The operation is not supported (e.g. resume)
UserAbort
Copying was aborted by the user (through ProgressProc(String, String, Int32))
WriteError
There was an error writing to the target file, e.g. disk full
ReadError
There was an error reading from the source file
FileNotFound
The source file couldn't be found or opened.
FileExists
The target file already exists
OK
The file was copied/moved OK

See Also