FileCopyOptions Struct

Definition

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