Back to Aurora Vision Library Lite website

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

SplitPathToNameParent


Header: STD.h
Namespace: avl

Splits a file path into a file name and a parent directory

Syntax

void avl::SplitPathToNameParent
(
	const atl::String& inPath,
	atl::String& outRoot,
	atl::String& outName
)

Parameters

Name Type Default Description
Input value inPath const String& input path
Output value outRoot String& the parent path
Output value outName String& name, directory or file