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 KCM Core script library. The script for CreatePath resides in: <deploy root>\KCM\Documentation\5.8\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 KCM Core creates.
  • Security: Optional. Directory used to set security attributes on the new directory.