IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

deleteResource (method)

Deletes the specified file or folder permanently.

Syntax

- (void)deleteResource:(NSString*)resourceId;
public func deleteResource(_ resourceId: String) throws -> Void

Remarks

This method deletes the file or folder specified by ResourceId permanently.

Files and folders are not moved to the trash, they are deleted permanently. You can use TrashResource to move files or folders to the trash.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]