1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 12:37:35 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
4205038c45 FileOperation: Add a new helper program for out-of-process file ops
This is a helper program for FileManager that performs a file operation
in a separate process and reports progress on standard out.

This initial implementation only supports the "Copy" operation and does
not do any detailed error handling.
2021-04-13 10:12:50 +02:00