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

findFile should be case insensitive #16

Closed
FawazTakahji opened this issue Mar 4, 2025 · 1 comment
Closed

findFile should be case insensitive #16

FawazTakahji opened this issue Mar 4, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@FawazTakahji
Copy link

If you try to check if a file called "foo" exists but the file name is "Foo" then findFile will return null, but If you try to create/move a file called "foo" then it will be renamed to "foo (1)", so I think it would be better if findFile is case insensitive, or maybe make it optional

@ItzNotABug ItzNotABug self-assigned this Mar 8, 2025
@ItzNotABug
Copy link
Owner

@FawazTakahji
This is now complete.

Please update to the latest version -

implementation "com.lazygeniouz:dfc:1.2"

@ItzNotABug ItzNotABug added the enhancement New feature or request label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants