summaryrefslogtreecommitdiff
path: root/Applications/FileManager/FileUtils.cpp
AgeCommit message (Expand)Author
2020-10-05FileManager: Use new format functions.asynts
2020-09-13FileManager: Move delete and force-delete actions to DirectoryViewAndreas Kling
2020-08-17FileManager: Don't close() twice when copying a fileAndreas Kling
2020-08-17FileManager: Fix descriptor leak in copy_file, found by CoverityBrian Gianforcaro
2020-08-17FileManger: Fix file descriptor leak in copy_file_or_directory, found by Cove...Brian Gianforcaro
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-04-19FileManager: Replicate permissions on directory copy (#1437)angel
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