Back to Aurora Vision Library website

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

SplitPathToNameParent


Header: STD.h
Namespace: avl
Module: FoundationLite

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