Back to FabImage Library website

You are here: Start » Function Reference » System » File System » JoinPathParts

JoinPathParts


Header: STD.h
Namespace: fil
Module: FoundationLite

Joins path parts

Syntax

void fil::JoinPathParts
(
	const ftl::String& inPath1,
	const ftl::String& inPath2,
	const ftl::Optional<ftl::String>& inPath3,
	const ftl::Optional<ftl::String>& inPath4,
	ftl::String& outPath
)

Parameters

Name Type Default Description
Input value inPath1 const String& First input path
Input value inPath2 const String& Second input path
Input value inPath3 const Optional<String>& NIL
Input value inPath4 const Optional<String>& NIL
Output value outPath String& Output path