CreatePath

The command CreatePath is an extended version of the command CreateDirectory that creates all directories in the given path.

CreatePath is implemented as a script component that is part of the built-in Communications Manager Core script library. The script for CreatePath resides in: <deploy root>\CommunicationsManager\Documentation\2025.3\Resources\Examples\Core Scripting. For more information on how to use these examples, see Examples of script components.

Usage

CreatePath
      Path (<text>)
      Security (<text>);

Parameters

  • Path: Required. The directory that Communications Manager Core creates.
  • Security: Optional. Directory used to set security attributes on the new directory.