Skip to content

fix issue with converting a folder on linux#683

Merged
monkeyman192 merged 1 commit intodevelopmentfrom
linux_path_fix
Feb 11, 2026
Merged

fix issue with converting a folder on linux#683
monkeyman192 merged 1 commit intodevelopmentfrom
linux_path_fix

Conversation

@monkeyman192
Copy link
Owner

On linux since paths are case-sensitive, the code to automatically determine the files in a folder recursively fails.
I have fixed this by iterating over the folder and then applying custom logic to get the files.

This however brought around a change because the original functions to filter the files did not work in a case-sensitive way, so I changed the code to simply loop over all the files once and then pattern match them. Despite now using regex, this should still be the same if not faster than before since we now only need to loop over all the file sin the directory once.

@monkeyman192 monkeyman192 merged commit 9453029 into development Feb 11, 2026
22 checks passed
@monkeyman192 monkeyman192 deleted the linux_path_fix branch February 11, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant