Amjad50 / Emerald

An Operating System in Rust
https://amjad.alsharafi.dev/Emerald
MIT License
12 stars 0 forks source link

File canonicalize #109

Closed Amjad50 closed 4 months ago

Amjad50 commented 4 months ago

Summary

Implement file canonicalization, i.e. storing the real path for the file opened.

something like /devices/../devices/ will become just /devices

Related issue

Fixes #94

Changes

Checklist