Back to Aurora Vision Library Lite website

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

JoinPathParts


Header: STD.h
Namespace: avl

Joins path parts

Syntax

void avl::JoinPathParts
(
	const atl::String& inPath1,
	const atl::String& inPath2,
	const atl::Optional<atl::String>& inPath3,
	const atl::Optional<atl::String>& inPath4,
	atl::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