kyoheiu / felix

tui file manager with vim-like key mapping
https://kyoheiu.dev/felix/
MIT License
729 stars 26 forks source link

Cannot move to child dir cause of permission denied in Windows #113

Closed GreasySlug closed 1 year ago

GreasySlug commented 2 years ago

This is an issue specific to windows In wsl(ubuntu), do not happen.

std::fs::File::open(path) is basically not allowed access.

Therefore, using the "l" key is impossible to move to the directory and symbolic link.

kyoheiu commented 2 years ago

I don't know whether the problem is with File::open or some permissions are screwed up in your environment. Can't find any documentation or comments about File::open not working on Windows. Do you see anything?

GreasySlug commented 2 years ago

I've searched it, but haven't figured it out yet. We' ll know that when the crossterm migration is merged and we get feedback from other windows users. I hope it's just my environment.