RenameFileOptions Class
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.
Class representing the options for a create file operation.
See the Language Server Protocol specification for additional information.
public ref class RenameFileOptions
[System.Runtime.Serialization.DataContract]
public class RenameFileOptions
[<System.Runtime.Serialization.DataContract>]
type RenameFileOptions = class
Public Class RenameFileOptions
- Inheritance
-
RenameFileOptions
- Attributes
Constructors
RenameFileOptions() |
Properties
IgnoreIfExists |
Gets or sets a value indicating whether the action should be ignored if the file already exists. |
Overwrite |
Gets or sets a value indicating whether the rename should overwrite the target if it already exists. (Overwrite wins over ignoreIfExists) |