Zoomed Image

AMSX Scripting Language - Command : CreateDirectory

Summary

Create a directory if it does not already exist

Description

Creates the specified directory and any intermediate directories needed. File permissions are checked against the permitted folders list before creation. No error is thrown if the directory already exists.

Parameters

ParameterDescription
cmdDirectory path to create

Syntax


CreateDirectory "Directory path to create"

Return to the AMSX Command Reference