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 520d90c commit d5819a5Copy full SHA for d5819a5
Sources/FilestackSDK/Public/Models/FileLink.swift
@@ -182,7 +182,7 @@ public extension FileLink {
182
183
if let url = url {
184
do {
185
- if FileManager.default.fileExists(atPath: destinationURL.absoluteString) {
+ if FileManager.default.fileExists(atPath: destinationURL.path) {
186
try FileManager.default.removeItem(at: destinationURL)
187
}
188
0 commit comments