Skip to main content
File Management

Create directory

Create directory

Creates a new folder at a path specified in the file system. Useful for organizing the directory structure before saving or processing files.


Options

File path

Enter the path of the parent directory where the new folder will be created. Example: C:\Desktop.

File name

Enter the name of the new folder to be created. Example: New_Folder.

Returns

  • New directory path — Returns the full path of the folder just created.

Rules and Conditions

  • The File path and File name fields are required.
  • The path provided must be accessible by the robot.
  • If the folder already exists, the action may raise an error. Check whether the directory exists before creating it when necessary.