Back to FabImage Library Lite website

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

SplitPathToNameParent


Header: STD.h
Namespace: fil

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

Syntax

void fil::SplitPathToNameParent
(
	const ftl::String& inPath,
	ftl::String& outRoot,
	ftl::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