ErrorCodes.FileAlreadyExists Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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