summaryrefslogtreecommitdiff
path: root/Applications/FileManager/FileUtils.cpp
AgeCommit message (Expand)Author
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-05FileManager: Fix building with clangjoshua stein
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-23FileManager: Added support for deleting directoriesTill Mayer
2019-11-04FileManager: Make copying faster with ftruncate() and a bigger bufferAndreas Kling
2019-09-10FileManager: Create FileUtilsAaron Malpas