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

windows: Fix recursive dir copy #25213

Closed

Conversation

dovakin0007
Copy link
Contributor

Closes #24746

Release Notes:

  • N/A

Currently I have just add small check for windows to prevent that the user is not trying to paste the copied dir within the same dir creating an infinite amount of DIRs

Untitled.video.-.Made.with.Clipchamp.mp4

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Feb 20, 2025
@JunkuiZhang
Copy link
Contributor

Hi, thank you for your PR and for looking into this!

After reviewing the issue, it seems that this is not exclusive to Windows; I was able to reproduce it on my Mac as well. The fix introduced by this PR appears to be more of a workaround rather than a fix. Please refer to #25317 for further details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Windows] Infinite Folder generation
2 participants