Table of Contents

Create directory

Creates a new directory in a Azure Files share if it does not already exist.

Create Directory Flow

Example Example
The example above illustrates how to first create a folder, and then transfer files from Azure Blob Storage to an Azure Files Share. Used actions: 1. Create directory 2. Read Blob as byte array 3. Upload file to a share.


Properties

Name Required Description
Title Yes The title of the action.
Connection Yes The Azure Files connection to a Share.
Directory Yes The path of the directory to be created (e.g., /MyFolder) The starting / is optional.
Raise exception on failure No Specifies whether or not to raise an error if the directory could not be created. Note that if the directory already exists, the action does nothing (an error is not raised if the directory exists).
Description No Additional details or notes about the action.