mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +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:
parent
ceba27c3fe
commit
46b76f2f55
3 changed files with 171 additions and 0 deletions
|
@ -5,6 +5,7 @@ set(SOURCES
|
|||
ConfigFile.cpp
|
||||
Command.cpp
|
||||
DateTime.cpp
|
||||
Directory.cpp
|
||||
DirIterator.cpp
|
||||
ElapsedTimer.cpp
|
||||
Event.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue