CBFS Storage 2020 Delphi Edition

Questions / Feedback?

CreateDirectory Method

Creates a new directory in the vault.

procedure CreateDirectory(Directory: String; CreateParents: Boolean);

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) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 Delphi Edition - Version 20.0 [Build 8031]