summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/fs_directory.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-0/+4
| | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* Address review comments and fix compilation problemsFearlessTobi2024-01-251-1/+1
|
* fs: Replace Mode enum by OpenMode enumFearlessTobi2024-01-251-0/+33