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

[Linux/BSD] Fix cross-device rename. #97719

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented Oct 2, 2024

When source / destination files are in the different mount points, rename can fail with EXDEV (Invalid cross-device link).

Fixes #97097

@bruvzg bruvzg added this to the 4.4 milestone Oct 2, 2024
@bruvzg bruvzg requested a review from a team as a code owner October 2, 2024 06:12
@akien-mga akien-mga merged commit 6e03910 into godotengine:master Oct 4, 2024
19 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DirAccess.rename_absolute() doesn't work when from and to paths are on different partitions
2 participants