CBFS Vault 2020 Android Edition

Questions / Feedback?

CreateDirectory Method

Creates a new directory in the vault.

Syntax

public void createDirectory(String directory, boolean createParents);

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 throws an exception.

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

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Vault 2020 Android Edition - Version 20.0 [Build 8237]