IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

createFolder (method)

Creates a new folder resource.

Syntax

- (NSString*)createFolder:(NSString*)newFolderPath;
public func createFolder(_ newFolderPath: String) throws -> String

Remarks

This method creates a new folder resource at the path NewFolderPath, and returns the Id of the newly-created folder resource.

NewFolderPath must be a folder path, or an Id-based relative folder path.

The RenameIfExists configuration setting may be enabled before calling this method to have the server automatically resolve naming conflicts.

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