IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

deleteResource (method)

Deletes a resource.

Syntax

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

Remarks

This method deletes the resource at Path.

The RecursiveDelete configuration setting can be used to control whether this method will recursively delete non-empty directories (it is enabled by default).

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