index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
File.h
Age
Commit message (
Expand
)
Author
2022-07-21
LibCore: Add File::is_{block,char}_device() helpers
Samuel Bowman
2022-07-14
LibCore: Make copying permissions, ownership and timestamps combineable
Tim Schumacher
2022-04-11
LibCore+Userland: Remove File::ensure_parent_directories
kleines Filmröllchen
2022-03-24
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
Kenneth Myhra
2022-03-19
LibCore: Add File::ensure_directories()
Tim Schumacher
2021-11-10
Everywhere: Move shared library checks into a common function
Tim Schumacher
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::size()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::remove()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::link_file()
Andreas Kling
2021-10-25
LibCore: Add File::size()
Leandro Pereira
2021-08-20
LibCore: Make Core::File::open() return OSError in case of failure
Andreas Kling
2021-08-18
LibCore: Implement preserve flag for file/directory copy
Jean-Baptiste Boric
2021-07-14
LibCore: Convert File to east-const style
Timothy
2021-07-14
LibCore: Add File method to determine absolute path
Timothy
2021-07-14
LibCore: Add File method to determine current working directory
Timothy
2021-07-12
LibCore: Implement File::is_link()
Ariel Don
2021-07-04
LibCore: Add method to leak fd from File
Timothy
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibCore: Make File take String instead of StringView
Andreas Kling
2021-03-30
LibCore: Add Core::File is_device() helpers
Idan Horowitz
2021-02-21
LibCore: Add file management helpers to reduce code duplication
Mițca Dumitru
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling