F_ConcatFilepaths

Handles the merging of two file paths. This guarantees that a separator is inserted between the two paths. Accordingly, a missing or double separator is avoided.
Syntax:
FUNCTION F_ConcatFilepaths : T_MaxString
Inputs
Name | Type | Description |
---|---|---|
sBase | Base path (relative or absolute path possible). | |
sSub | Subpath (relative path) |
Outputs
Name | Type | Description |
---|---|---|
F_ConcatFilepaths | Resulting overall path. |
Prerequisites
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT >= v3.1.4024.54 (recommended) | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v12.10.2.0) |