diff options
author | networkException <git@nwex.de> | 2021-08-19 01:23:31 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-22 01:32:25 +0200 |
commit | 2ea2d026c22460e70ac16afd4fa7d928093bb098 (patch) | |
tree | 20aa64a1682771e68aa5b3166a0494c51baae4b3 /.gitattributes | |
parent | dee3b7b8c9e62e405f856ea7422c5e64949d7b44 (diff) | |
download | serenity-2ea2d026c22460e70ac16afd4fa7d928093bb098.zip |
LibCore: Support using a file descriptor for opening ConfigFile
This patch adds support for opening a ConfigFile using a file
descriptor rather than trying to open a the file by name directly.
In contrast to the previous implementation, ConfigFile now always keeps
a reference to an open File and does not reopen it for writing.
This requires providing an additional argument to open functions if a
file gets opened based on its name and the user of the api intends to
write to the file in the future.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions