Skip to content

Conversation

@jguegel
Copy link
Contributor

@jguegel jguegel commented Sep 27, 2025

Type of change(s)

  • Bug fix
  • Feature / enhancement
  • Infrastructure / tooling (CI, build, deps, tests)
  • Documentation

What changed and why

  • Fixed cleanup after moving nested folders

Tests performed

  • repeated Steps to reproduce the bug
    Create a folder a and b.
    Create a folder c inside a folder b.
    Create a file d.txt inside folder c. (./b/c/d.txt).
    Move folder ./b to ./a.
  • and had the Expected behavior
    Folder structure of . is ./a/b/c/d.txt.

Closes the following issue(s)

Checklist

  • I read the contribution guidelines.
  • I manually tested my changes on device/emulator (if applicable).
  • I updated the "Unreleased" section in CHANGELOG.md (if applicable).
  • I have self-reviewed my pull request (no typos, formatting errors, etc.).
  • All checks are passing.

@naveensingh naveensingh added the testers needed We need testers for this issue or pull request label Sep 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testers needed We need testers for this issue or pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Moving nested folders does not cleanup after move operation

2 participants