We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d271668 commit 3078cbfCopy full SHA for 3078cbf
Sources/Zip/URL+nativePath.swift
@@ -8,4 +8,4 @@ extension URL {
8
var nativePath: String {
9
return withUnsafeFileSystemRepresentation { String(cString: $0!) }
10
}
11
-}
+}
Sources/Zip/Zip.swift
@@ -161,7 +161,7 @@ public class Zip {
161
withIntermediateDirectories: true,
162
attributes: directoryAttributes
163
)
164
-
+
165
if isDirectory {
166
try FileManager.default.createDirectory(
167
atPath: fullPath,
0 commit comments