Create Folder

The Create Folder action in the Avo Assure is found under the @Generic Element is used to create a new folder in the particular location and store the result in an dynamic variable.

Syntax

Input Value: <folder_path>;<folder_name>

Argument
Description

<Folder_path>

(Required)

Specify the folder location where the user wants to create folder.

<folder_name> (Required)

Define the appropriate folder name

Output value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This variable stores the status as true or false

Example

Create a new folder at the specified path The Create Folder action creates a new folder at the specified location using the given folder name (e.g., C:\sam;ProjectFiles). The newly created folder is stored at the designated path, and the action status is saved in the {Status} variable with the following possible values:

  • True if the folder is created successfully

  • False – if the action fails (e.g., due to invalid path or folder already existing)

Last updated

Was this helpful?