commit | b1cb2d348d22ade0500757e4bc9eeaa0eef5ac0a | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Sun Dec 17 01:45:47 2023 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Sun Dec 17 03:02:26 2023 +0100 |
tree | f2ce18803baba50ce1486095540dc731f7fcc36d | |
parent | 549a1b88f3e1305eb3ed5dd851029346b6c31d24 [diff] |
Re-invent FS.VFS.Open() Handle the path traversal and symbolic links in VFS.Open(). For each path component, query the file type (directory, regular file, or symbolic link) from the FS driver and act accordingly.