Back to Aurora Vision Library Lite website

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

SplitPathToParts


Header: STD.h
Namespace: avl

Determines the information about the filesystem on which the pathname inPath is located.

Syntax

void avl::SplitPathToParts
(
	const atl::String& inPath,
	atl::Array<atl::String>& outPathParts
)

Parameters

Name Type Default Description
Input value inPath const String& Input path
Output value outPathParts Array<String>&