Example of Filling Fields in the "Create Folder" Block#

The user must fill in the fields in the "Basic Properties" and "Error Handling and Logging" tabs in the Properties of the "Create Folder" Block:

Basic Properties
Field NameExample FillingNote
Folder Name“H:\print\Project2023”The full path to the new folder that will be created in the system is specified. In this case, it is the folder “Project2023”.
Error Handling and Logging
Field NameExample FillingNote
Handling LevelHandleThis value indicates that errors occurring during folder creation will be handled. If an error occurs, the program will be able to perform certain actions to resolve it (for example, display a message to the User).
Message LevelDebugThe “Debug” message level allows for the output of basic information about the folder creation process, which can be useful for debugging and monitoring the program's operation. In this mode, additional information will be displayed that may help understand what exactly is happening during execution.
Error TextError: folder “Project2023” already exists or there was a problem with access rights.This text will be returned if the folder creation fails. It informs the User about what exactly went wrong (for example, if the folder already exists or if the program does not have the necessary rights to create it). Receiving such information can help the User resolve the issue more quickly.