summaryrefslogtreecommitdiff
path: root/Applications/FileManager/FileUtils.h
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2020-12-28FileManager: Implement the cut file operationIdan Horowitz
2020-12-28FileManager: Add a delete_path helper for singular pathsIdan Horowitz
2020-12-22FileManager: Allow creating desktop shortcut from FileManagerAlex McGrath
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-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-04-19FileManager: Replicate permissions on directory copy (#1437)angel
2020-02-05FileManager: Include sys/stat.h for struct statjoshua stein
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-23FileManager: Added support for deleting directoriesTill Mayer
2019-09-10FileManager: Create FileUtilsAaron Malpas