createDirectory (method)

Creates a new directory in the vault.

Syntax

- (void)createDirectory:(NSString*)directory :(BOOL)createParents;
public func createDirectory(_ directory: String, _ createParents: Bool) throws -> Void

Remarks

This method creates a new directory in the vault at the path specified by Directory.

The value passed for Directory must be a vault-local absolute path.

The CreateParents parameter specifies whether non-existent parent directories in the specified path should be created as well. If this parameter is false, and one or more parent directories are missing, this method .

Note: This method can only be called when Active is true, and cannot be called within events.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 iOS Edition - Version 20.0 [Build 8031]