NSFileManagerDelegate_Extensions Class

Definition

Extension methods to the INSFileManagerDelegate interface to support all the methods from the NSFileManagerDelegate protocol.

public static class NSFileManagerDelegate_Extensions
type NSFileManagerDelegate_Extensions = class
Inheritance
NSFileManagerDelegate_Extensions

Remarks

The extension methods for INSFileManagerDelegate allow developers to treat instances of the interface as having all the optional methods of the original NSFileManagerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

ShouldCopyItemAtPath(INSFileManagerDelegate, NSFileManager, NSString, NSString)

Creates a copy of this object, allocating memory from the specified zone or from the default zone if the argument is null.

ShouldCopyItemAtPath(INSFileManagerDelegate, NSFileManager, String, String)
ShouldCopyItemAtUrl(INSFileManagerDelegate, NSFileManager, NSUrl, NSUrl)
ShouldLinkItemAtPath(INSFileManagerDelegate, NSFileManager, String, String)
ShouldLinkItemAtUrl(INSFileManagerDelegate, NSFileManager, NSUrl, NSUrl)
ShouldMoveItemAtPath(INSFileManagerDelegate, NSFileManager, String, String)
ShouldMoveItemAtUrl(INSFileManagerDelegate, NSFileManager, NSUrl, NSUrl)
ShouldProceedAfterError(INSFileManagerDelegate, NSFileManager, NSDictionary)
ShouldProceedAfterErrorCopyingItem(INSFileManagerDelegate, NSFileManager, NSError, NSUrl, NSUrl)
ShouldProceedAfterErrorCopyingItem(INSFileManagerDelegate, NSFileManager, NSError, String, String)
ShouldProceedAfterErrorLinkingItem(INSFileManagerDelegate, NSFileManager, NSError, NSUrl, NSUrl)
ShouldProceedAfterErrorLinkingItem(INSFileManagerDelegate, NSFileManager, NSError, String, String)
ShouldProceedAfterErrorMovingItem(INSFileManagerDelegate, NSFileManager, NSError, NSUrl, NSUrl)
ShouldProceedAfterErrorMovingItem(INSFileManagerDelegate, NSFileManager, NSError, String, String)
ShouldProceedAfterErrorRemovingItem(INSFileManagerDelegate, NSFileManager, NSError, NSUrl)
ShouldProceedAfterErrorRemovingItem(INSFileManagerDelegate, NSFileManager, NSError, String)
ShouldRemoveItemAtPath(INSFileManagerDelegate, NSFileManager, String)
ShouldRemoveItemAtUrl(INSFileManagerDelegate, NSFileManager, NSUrl)

Applies to