Implemented the CopyFilesTask task in the library module.

This commit is contained in:
2025-01-18 03:06:39 +01:00
parent 647c5bd32a
commit 1466bff250
6 changed files with 78 additions and 67 deletions
@@ -16,7 +16,7 @@ extension URL {
var pathString: String {
if #available(macOS 13.0, *) {
path()
path(percentEncoded: true)
} else {
path
}