ProtocolFoundation5.9.0
FileManagerDelegate
protocol FileManagerDelegate : NSObjectProtocol
Supertypes
protocol NSObjectProtocol
The
NSObjectProtocol
groups methods that are fundamental to all Foundation objects.
Requirements
func fileManager(FileManager, shouldCopyItemAt: URL, to: URL
) -> Bool func fileManager(FileManager, shouldCopyItemAtPath: String, toPath: String
) -> Bool func fileManager(FileManager, shouldLinkItemAt: URL, to: URL
) -> Bool func fileManager(FileManager, shouldLinkItemAtPath: String, toPath: String
) -> Bool func fileManager(FileManager, shouldMoveItemAt: URL, to: URL
) -> Bool func fileManager(FileManager, shouldMoveItemAtPath: String, toPath: String
) -> Bool func fileManager(FileManager, shouldProceedAfterError: Error, copyingItemAt: URL, to: URL
) -> Bool func fileManager(FileManager, shouldProceedAfterError: Error, copyingItemAtPath: String, toPath: String
) -> Bool func fileManager(FileManager, shouldProceedAfterError: Error, linkingItemAt: URL, to: URL
) -> Bool func fileManager(FileManager, shouldProceedAfterError: Error, linkingItemAtPath: String, toPath: String
) -> Bool func fileManager(FileManager, shouldProceedAfterError: Error, movingItemAt: URL, to: URL
) -> Bool func fileManager(FileManager, shouldProceedAfterError: Error, movingItemAtPath: String, toPath: String
) -> Bool func fileManager(FileManager, shouldProceedAfterError: Error, removingItemAt: URL
) -> Bool func fileManager(FileManager, shouldProceedAfterError: Error, removingItemAtPath: String
) -> Bool func fileManager(FileManager, shouldRemoveItemAt: URL
) -> Bool func fileManager(FileManager, shouldRemoveItemAtPath: String
) -> Bool