An NDoc Documented Class Library
PathUtil.Explode Method
Splits the path into parts.
public static
string[]
Explode(
string
path
);
Parameters
path
Full path
Return Value
Parts of the path.
See Also
PathUtil Class
|
EnterpriseDT.Util Namespace