-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fix the directory pathname while moving directories #816
Conversation
…on directory already exists while moving folders.
Under what circumstances would a user create a vendor/product file in the module root directory? If a user creates it unknowingly and the file gets overwritten, the issue would still exist. |
I have noticed the WARNING |
If files realpath is in /vendor or /product or /system_ext partitions, its okay when Maybe changing the using method of REMOVE is a proper way to fix the situation mentioned above. Look forward for your reply. |
I think I understand what you mean by: If the user wants to REMOVE
|
Sorry I did not clearly comment. Let me try describing more. If the user wants to REMOVE
|
Thank you, i understand it. |
I'll revert this since it causes other bugs:
|
Fix the duplicate directory name error that occurs when the destination directory already exists while moving folders.