Skip to main content
Home

Search form

Menu

Search form

  • What's new?
  • Requirements
  • Where to find the SDK
  • Binary distribution
  • Source distribution
  • Introduction to authentication
  • Tutorials
  • Client API
    • Classes Overview
    • Self in blocks
    • Completion Block Definitions
    • Error Handling
    • Error Codes
    • Sorting
    • Constants
    • Model
    • Services
    • Session
    • FileManager
      • SkyVaultFileManager
        • appendToFileAtPath
        • attributesOfItemAtPath
        • contentsOfDirectoryAtPath
        • copyItemAtPath
        • createDirectoryAtPath
        • createFileAtPath
        • dataWithContentsOfURL
        • enumerateThroughDirectory
        • fileExistsAtPath
        • internalFilePathFromName
        • moveItemAtPath
        • removeItemAtPath
        • replaceFileAtPath
        • replaceFileAtPath:withContentsOfFileAtPath
        • replaceFileAtURL
        • replaceFileAtURL:withContentsOfFileAtURL
        • sharedManager
    • Utils
  • Copyright
  • Disclaimer

You are here

SkyVault Mobile SDK for iOS » Client API » FileManager » SkyVaultFileManager

removeItemAtPath

- (BOOL)removeItemAtPath:(NSString *)path error:(NSError **)error - remove the item at the specified path.

Parameters

(NSString *)path
String specifying the path.
(NSError **)error
Error object

Returns

(BOOL) - true if the file/folder was removed successfully.

Example



        
Parent topic: SkyVaultFileManager

© 2017 TBS-LLC. All Rights Reserved.    Follow @twitter