Get Path#
Find out the full path to a file/directory.
| Folder Path | [Text] The path to the folder where the required file is located. If this property is left empty, the folder where the project is located will be used. If a folder is specified, it will be concatenated with the file name. |
| File Name | [Name] The name of the file. |
| Generate Name | If enabled and no file name is specified, a random file name will be generated, including the extension. To obtain the full path to the directory, disable this property and leave the file name empty. |
| Auto-increment | If a file exists at the specified path, an index with a prefix will be added to its name. For example, if the file "file.dat" exists, the name will be generated as follows: "file_1.dat", "file_2.dat", "file_3.dat", and so on. |
| Invalid Character Filter | When enabled, the file name will be filtered for invalid characters. Characters will be replaced with the character '_'. |
| Result | [Text] Returns the full path to the specified file. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |