Skip to content

Moving a File When a File With the Same Name Already Exists #30

Description

@PatrykLs98

a) Steps to reproduce

  1. Create two separate folders.
  2. Place a file with the same name in both folders.
  3. Try to move the file from the first folder to the second folder.
  4. When the application detects that a file with the same name already exists, select the Overwrite option.

b) Actual result

The application treats the operation as an overwrite, but instead of replacing the existing file with the moved file, the file is deleted or disappears.

c) Expected result

When Overwrite is selected, the existing destination file should be replaced by the moved file.
If the operation is cancelled, both files should remain unchanged in their original locations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions