relative paths don't work without leading `./`
Open
- Dominant language
- Rust
- Stars
- 1.5k
- Forks
- 132
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 39
Description
The path `a` should work the same as the path `./a`.
Currently, no system call seems to handle these correctly:
- `open("a") = EINVAL`
- for both reading and creating
- `mkdir("a") = EBADF`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.