Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recovering files to non-existant paths #17

Closed
0657code opened this issue Apr 22, 2020 · 2 comments
Closed

Recovering files to non-existant paths #17

0657code opened this issue Apr 22, 2020 · 2 comments
Labels
Bug Something isn't working

Comments

@0657code
Copy link

When attempting to recover a file to a path which does not exist, the deepest folder of the path will not be created and the file will be renamed to this folder name instead.

Example:
Recover file.png to C:\a\b\

  1. If the folder C:\a\b\ exists, the file will be recovered as C:\a\b\file.png
  2. If the folder does not exist, the file will be recovered as C:\a\b (where b is a file with the file.png content)

Version 5.31.4 (64-bit) on Windows 10 Build 17763

@DavidXanatos
Copy link
Member

will look into it. thanks for the report

@DavidXanatos DavidXanatos added the Bug Something isn't working label Jun 21, 2020
@DavidXanatos
Copy link
Member

please use the plus UI ther this problem should not occur.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants