Table of Contents

Class TransferOptions

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Controls overwrite and directory-creation behavior for copies and moves.

public sealed record TransferOptions : IEquatable<TransferOptions>

Properties

CreateDirectories

Whether missing destination directories are created.

public bool CreateDirectories { get; init; }

Property Value

bool

Overwrite

Whether an existing destination may be replaced.

public bool Overwrite { get; init; }

Property Value

bool