fileMakeDir

Version 22.0.8473


fileMakeDir

Version 22.0.8473


Creates the directory specified by the path.

Required Parameters

  • path: The path of the directory to be created.

Optional Parameters

  • force: If force is set to true, the operation will create missing directories. The allowed values are ‘true, false’. The default value is ‘true’.

Output Attributes

  • file:path: The directory created.
  • file:cdate: The create date of the directory.