Class FileOptions
Options for creating or renaming files, such as overwrite behavior.
public class FileOptions
- Inheritance
-
FileOptions
- Inherited Members
Properties
IgnoreIfExists
If true, ignore the operation if the file already exists.
public bool? IgnoreIfExists { get; set; }
Property Value
- bool?
Overwrite
If true, overwrite an existing file.
public bool? Overwrite { get; set; }
Property Value
- bool?