-
Notifications
You must be signed in to change notification settings - Fork 94
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
Renaming a USS directory changes the tree structure #757
Comments
Can we add a prompt along the lines of "There is already a directory with this name. Do you want to place this..."? It also keeps the old name of the folder (prior to the rename). |
This is connected to issue #483 and the need for some research/design for the behavior in general. |
Having a similar problem after renaming a binary file on a recently renamed directory. 😋 |
@zFernand0 Do you mean the issue occurs when you rename a binary file to be the same as the directory name? The old directory name, or the new one? Or do you mean if you rename a binary file, which is inside a recently-renamed directory, the file is moved somewhere? |
The file gets moved outside the directory (at the same level as folder). Hope this helps: Before renaming the folder
After renaming the folder
After renaming the binary file
|
I am having trouble reproducing this...I tried renaming the parent directory (folderA) and then renaming the file in the directory (file1.bin) but it left the binary file inside the folder. Also tried it with a text file but no luck... |
I could not reproduce the same issue, even though I ran into a few errors. |
When I rename a directory with same name as an existing directory, the directory is moved inside the directory with the same name
The text was updated successfully, but these errors were encountered: