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

Fix recursive directory nesting in copy2tmp method #126

Merged
merged 1 commit into from
Mar 9, 2024

Commits on Mar 9, 2024

  1. Fix recursive directory nesting in copy2tmp method

    Resolved the issue causing excessive directory nesting in the copy2tmp method. Replaced Dir.entries with Dir.children to avoid including '.' and '..' in the file list, which prevented recursive self-reference. Added checks to handle symbolic links and deeply nested directories appropriately, ensuring correct file copying without creating unnecessary nested structures. Tested with various directory setups to confirm the fix.
    Foadsf authored and reitzig committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    5e3b706 View commit details
    Browse the repository at this point in the history