Called renamed func.
This commit is contained in:
parent
eaca96acbd
commit
2e5e90b715
@ -111,7 +111,7 @@ public class CachedData: Codable {
|
||||
try FileManager.default.removeItem(at: appLevelCacheDirectory)
|
||||
}
|
||||
|
||||
@objc public func ifFileExistsForPageType(path: URL) -> Bool {
|
||||
@objc public func checkFileExists(path: URL) -> Bool {
|
||||
|
||||
if #available(iOS 16.0, *) {
|
||||
return FileManager.default.fileExists(atPath: path.path())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user