Files
ladybird/Kernel/FileSystem/VirtualFileSystem.cpp
Sergey Bugaev 27203369b4 Kernel: Fix not returning errors for the last path item.
Previously the check for an empty part would happen before the
check for access and for the parent being a directory, and so an
error in those would not be detected.
2019-06-14 06:24:02 +02:00

23 KiB