Back to FabImage Library website
You are here: Start » Function Reference » Path Combinators » ConcatenatePaths_OfArray
Header: | FIL.h |
---|---|
Namespace: | fil |
Joins open paths of an array.
Syntax
C++
C#
void fil::ConcatenatePaths_OfArray ( const ftl::Array<fil::Path>& inPathArray, fil::Path& outPath )
Parameters
Description
Array version of ConcatenatePaths.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Closed path on input in ConcatenatePaths. |
See Also
- ConcatenatePaths – Joins two open paths.