Back to FabImage Library website

You are here: Start » Function Reference » Path Combinators » ConcatenatePaths_OfArray

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

Name Type Default Description
inPathArray const Array<Path>&
outPath Path& Output path

Description

Array version of ConcatenatePaths.

Errors

List of possible exceptions:

Error type Description
DomainError Closed path on input in ConcatenatePaths.

See Also