Foundation.NSFileManagerDelegate Members

The members of Foundation.NSFileManagerDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

ShouldCopyItemAtPath(NSFileManager, NSString, NSString) : bool
Creates a copy of this object, allocating memory from the specified zone or from the default zone if the argument is null.
ShouldCopyItemAtPath(NSFileManager, string, string) : bool
Documentation for this section has not yet been entered.
ShouldCopyItemAtUrl(NSFileManager, NSUrl, NSUrl) : bool
Documentation for this section has not yet been entered.
ShouldLinkItemAtPath(NSFileManager, string, string) : bool
Documentation for this section has not yet been entered.
ShouldLinkItemAtUrl(NSFileManager, NSUrl, NSUrl) : bool
Documentation for this section has not yet been entered.
ShouldMoveItemAtPath(NSFileManager, string, string) : bool
Documentation for this section has not yet been entered.
ShouldMoveItemAtUrl(NSFileManager, NSUrl, NSUrl) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterError(NSFileManager, NSDictionary) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterErrorCopyingItem(NSFileManager, NSError, NSUrl, NSUrl) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterErrorCopyingItem(NSFileManager, NSError, string, string) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterErrorLinkingItem(NSFileManager, NSError, NSUrl, NSUrl) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterErrorLinkingItem(NSFileManager, NSError, string, string) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterErrorMovingItem(NSFileManager, NSError, NSUrl, NSUrl) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterErrorMovingItem(NSFileManager, NSError, string, string) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterErrorRemovingItem(NSFileManager, NSError, NSUrl) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterErrorRemovingItem(NSFileManager, NSError, string) : bool
Documentation for this section has not yet been entered.
ShouldRemoveItemAtPath(NSFileManager, string) : bool
Documentation for this section has not yet been entered.
ShouldRemoveItemAtUrl(NSFileManager, NSUrl) : bool
Documentation for this section has not yet been entered.