Back to Aurora Vision Library website

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

ConvertPathToAbsolute


Header: STD.h
Namespace: avl
Module: FoundationLite

Makes the path absolute, inStartPath + inPath

Syntax

void avl::ConvertPathToAbsolute
(
	const atl::String& inPath,
	const atl::Optional<atl::Directory> inStartPath,
	atl::String& outPath
)

Parameters

Name Type Default Description
Input value inPath const String& relative path
Input value inStartPath const Optional<Directory> NIL starting path, by default the path of the project or where the program was executed in case of AVL
Output value outPath String& the resulting absolute path