Back to FabImage Library website

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

SplitPathToParts


Header: STD.h
Namespace: fil
Module: FoundationLite

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

Syntax

void fil::SplitPathToParts
(
	const ftl::String& inPath,
	ftl::Array<ftl::String>& outPathParts
)

Parameters

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