mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-25 19:21:39 +00:00
The recently added 'Genode::Path' class makes it easy to create absolute paths. With this patch the 'ffat_fs' server uses the 'Genode::Path' class where possible instead of working with 'f_chdir()' and relative paths. This also solves the problem reported in issue #355, which was caused by storing a relative file name in the 'File' node. Fixes #355.