summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/File.h
AgeCommit message (Expand)Author
2022-07-21LibCore: Add File::is_{block,char}_device() helpersSamuel Bowman
2022-07-14LibCore: Make copying permissions, ownership and timestamps combineableTim Schumacher
2022-04-11LibCore+Userland: Remove File::ensure_parent_directorieskleines Filmröllchen
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-19LibCore: Add File::ensure_directories()Tim Schumacher
2021-11-10Everywhere: Move shared library checks into a common functionTim Schumacher
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::size()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::copy_file()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::link_file()Andreas Kling
2021-10-25LibCore: Add File::size()Leandro Pereira
2021-08-20LibCore: Make Core::File::open() return OSError in case of failureAndreas Kling
2021-08-18LibCore: Implement preserve flag for file/directory copyJean-Baptiste Boric
2021-07-14LibCore: Convert File to east-const styleTimothy
2021-07-14LibCore: Add File method to determine absolute pathTimothy
2021-07-14LibCore: Add File method to determine current working directoryTimothy
2021-07-12LibCore: Implement File::is_link()Ariel Don
2021-07-04LibCore: Add method to leak fd from FileTimothy
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibCore: Make File take String instead of StringViewAndreas Kling
2021-03-30LibCore: Add Core::File is_device() helpersIdan Horowitz
2021-02-21LibCore: Add file management helpers to reduce code duplicationMițca Dumitru
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling