Back to Aurora Vision Library website

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

SplitPathToParts


Header: STD.h
Namespace: avl
Module: FoundationLite

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>&