NameCollisionOption
NameCollisionOption
NameCollisionOption
NameCollisionOption
Enum
Definition
Specifies what to do if a file or folder with the specified name already exists in the current folder when you copy, move, or rename a file or folder.
public : enum class NameCollisionOptionpublic enum NameCollisionOptionPublic Enum NameCollisionOption// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| FailIfExists FailIfExists FailIfExists FailIfExists | Raise an exception of type System.Exception if the file or folder already exists. Methods that don't explicitly pass a value from the NameCollisionOption enumeration use the FailIfExists value as the default when you try to create, rename, copy, or move a file or folder. |
| GenerateUniqueName GenerateUniqueName GenerateUniqueName GenerateUniqueName | Automatically append a number to the base of the specified name if the file or folder already exists. For example, if |
| ReplaceExisting ReplaceExisting ReplaceExisting ReplaceExisting | Replace the existing item if the file or folder already exists. |