IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

deleteFile (method)

Remove a file specified by FileName from the server.

Syntax

- (void)deleteFile:(NSString*)fileName;
public func deleteFile(_ fileName: String) throws -> Void

Remarks

This method deletes the files specified by the FileName parameter from the server. FileName may be either an absolute path, or a path relative to RemotePath.

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