Interface NSFileManagerDelegate

    • Method Detail

      • shouldCopyItemAtPath

        boolean shouldCopyItemAtPath​(NSFileManager fileManager,
                                     java.lang.String srcPath,
                                     java.lang.String dstPath)
      • shouldCopyItemAtURL

        boolean shouldCopyItemAtURL​(NSFileManager fileManager,
                                    NSURL srcURL,
                                    NSURL dstURL)
        Since:
        Available in iOS 4.0 and later.
      • shouldProceedCopyingItemAtPath

        boolean shouldProceedCopyingItemAtPath​(NSFileManager fileManager,
                                               NSError error,
                                               java.lang.String srcPath,
                                               java.lang.String dstPath)
      • shouldProceedCopyingItemAtURL

        boolean shouldProceedCopyingItemAtURL​(NSFileManager fileManager,
                                              NSError error,
                                              NSURL srcURL,
                                              NSURL dstURL)
        Since:
        Available in iOS 4.0 and later.
      • shouldMoveItemAtPath

        boolean shouldMoveItemAtPath​(NSFileManager fileManager,
                                     java.lang.String srcPath,
                                     java.lang.String dstPath)
      • shouldMoveItemAtURL

        boolean shouldMoveItemAtURL​(NSFileManager fileManager,
                                    NSURL srcURL,
                                    NSURL dstURL)
        Since:
        Available in iOS 4.0 and later.
      • shouldProceedMovingItemAtPath

        boolean shouldProceedMovingItemAtPath​(NSFileManager fileManager,
                                              NSError error,
                                              java.lang.String srcPath,
                                              java.lang.String dstPath)
      • shouldProceedMovingItemAtURL

        boolean shouldProceedMovingItemAtURL​(NSFileManager fileManager,
                                             NSError error,
                                             NSURL srcURL,
                                             NSURL dstURL)
        Since:
        Available in iOS 4.0 and later.
      • shouldLinkItemAtPath

        boolean shouldLinkItemAtPath​(NSFileManager fileManager,
                                     java.lang.String srcPath,
                                     java.lang.String dstPath)
      • shouldLinkItemAtURL

        boolean shouldLinkItemAtURL​(NSFileManager fileManager,
                                    NSURL srcURL,
                                    NSURL dstURL)
        Since:
        Available in iOS 4.0 and later.
      • shouldProceedLinkingItemAtPath

        boolean shouldProceedLinkingItemAtPath​(NSFileManager fileManager,
                                               NSError error,
                                               java.lang.String srcPath,
                                               java.lang.String dstPath)
      • shouldProceedLinkingItemAtURL

        boolean shouldProceedLinkingItemAtURL​(NSFileManager fileManager,
                                              NSError error,
                                              NSURL srcURL,
                                              NSURL dstURL)
        Since:
        Available in iOS 4.0 and later.
      • shouldRemoveItemAtPath

        boolean shouldRemoveItemAtPath​(NSFileManager fileManager,
                                       java.lang.String path)
      • shouldRemoveItemAtURL

        boolean shouldRemoveItemAtURL​(NSFileManager fileManager,
                                      NSURL URL)
        Since:
        Available in iOS 4.0 and later.
      • shouldProceedRemovingItemAtPath

        boolean shouldProceedRemovingItemAtPath​(NSFileManager fileManager,
                                                NSError error,
                                                java.lang.String path)
      • shouldProceedRemovingItemAtURL

        boolean shouldProceedRemovingItemAtURL​(NSFileManager fileManager,
                                               NSError error,
                                               NSURL URL)
        Since:
        Available in iOS 4.0 and later.