An NDoc Documented Class Library

PathUtil.Explode Method (Char, String)

Splits the path into parts.

public static string[] Explode(
   char separator,
   string path
);

Parameters

separator
path
Full path

Return Value

Parts of the path.

See Also

PathUtil Class | EnterpriseDT.Util Namespace | PathUtil.Explode Overload List