Share via


ErrorCodes.FileAlreadyExists Field

Definition

The error code indicating that a file already exists.

public: int FileAlreadyExists = 1000;
public const int FileAlreadyExists = 1000;
val mutable FileAlreadyExists : int
Public Const FileAlreadyExists As Integer  = 1000

Field Value

Value = 1000

Applies to