GroupLab Widget Tap Library

Path.Grammar.SplitPathIntoHierarchies Method 

Separates a path into its two or three hierarchies using the current grammar's hierarchy delimiter character.

public virtual string[] SplitPathIntoHierarchies(
   string path
);

Parameters

path
A path.

Return Value

A list of path hierarchies, i.e., substrings of the path.

See Also

Path.Grammar Class | GroupLab.WidgetTap Namespace