1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:17:44 +00:00

LibCore: Introduce Directory

Core::Directory represents an existing directory on the system, and it
holds an actual file descriptor so that the user can be sure the
directory stays in existence.
This commit is contained in:
kleines Filmröllchen 2022-04-10 18:28:43 +02:00 committed by Andreas Kling
parent ceba27c3fe
commit 46b76f2f55
3 changed files with 171 additions and 0 deletions

View file

@ -5,6 +5,7 @@ set(SOURCES
ConfigFile.cpp
Command.cpp
DateTime.cpp
Directory.cpp
DirIterator.cpp
ElapsedTimer.cpp
Event.cpp