Skip to content

MoveDirectory and CopyDirectory with overwrite #1493

@jnm2

Description

@jnm2

Please support overwriting with MoveDirectory and CopyDirectory.

A bool parameter in the third position would make sense, wouldn't it? This seems common enough and similar enough to other APIs:

MoveDirectory(fromPath, toPath, true);
CopyDirectory(fromPath, toPath, false);

Or should an entire options class be created in order to specify Overwrite?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions