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

Scan folder for case-insensitive access #35

Open
JayFoxRox opened this issue Jan 3, 2018 · 0 comments
Open

Scan folder for case-insensitive access #35

JayFoxRox opened this issue Jan 3, 2018 · 0 comments

Comments

@JayFoxRox
Copy link
Owner

JayFoxRox commented Jan 3, 2018

Try to load file (Finish on success):

  • If that fails: Start directory search

Directory search (Go to file search on success):

  • Try to open the last directory in the path
    • If that fails: try parent directory
      • If that ultimately fails: file not found, if a cache is used: update cache

File search (Finish on success):

  • Search first matching file in directory
  • If debug mode is "On", don't return file but check if multiple files might match

The directory and file scan results could be cached, but I guess we can rely on the filesystem performance and that the OS does caching anyway.

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

No branches or pull requests

1 participant