-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Invalid cross-device link (os error 18) #3092
Comments
same problem for me. |
The answer is given by TTTie in discord:
but can we implement this procedure in |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Rather than expect the user to know that they need to handle a special case when renaming across filesystems, we can just handle it for them. Fixes denoland#3092
The code above results with this error:
Uncaught Other: Invalid cross-device link (os error 18)
It seems to be because of my device mount config. If rename is asked inside the same device, everything is fine.
Any plan to implements
shutil.rename
instead or being complementary toos.rename
?The text was updated successfully, but these errors were encountered: