CBFS Vault 2020 C++ Builder Edition

Questions / Feedback?

CreateDirectory Method

Creates a new directory in the vault.

Syntax

void __fastcall CreateDirectory(String Directory, bool 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 raises 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 C++ Builder Edition - Version 20.0 [Build 8145]