Searched refs:existingURL (Results 1 – 4 of 4) sorted by relevance
175 var existingURL: URL? in migrateDatabase() variable180 existingURL = possibleURL in migrateDatabase()186 guard let existingURL = existingURL else { in migrateDatabase() variable191 try FileManager.default.moveItem(atPath: existingURL.path, toPath: latestURL.path) in migrateDatabase()
185 __block NSURL *existingURL;190 existingURL = possibleURL;196 if (existingURL) {198 …if (![NSFileManager.defaultManager moveItemAtPath:existingURL.path toPath:latestURL.path error:&fi…