FileCopyOptions Struct
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.
Represent options in file copying.
public struct FileCopyOptions
type FileCopyOptions = struct
Public Structure FileCopyOptions
- Inheritance
-
FileCopyOptions
Properties
IgnoreReadOnly |
Get or set a boolean value that indicates whether the ReadOnly attribute on a preexisting destination file should be respected. If true, the copy will succeed, otherwise, a previous file at the destination with the ReadOnly attribute set will cause the copy to fail. |
PreserveCreationTime |
Get or set a boolen value that indicates whether to copy the creation time from the source file to the destination file. |
PreserveLastWriteTime |
Get or set a boolen value that indicates whether to copy the last write time from the source file to the destination file. |
PreserveNtfsAttributes |
Get or set a boolen value that indicates whether to copy the file system attributes from the source file to the destination file. |
PreservePermissions |
Get or set a boolen value that indicates whether to copy the File Permission from the source file to the destination file. |
SetArchive |
Get or set a boolean value that indicates whether the Archive attribute should be set. |
Applies to
Azure SDK for .NET