summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/File.h
AgeCommit message (Expand)Author
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