Splits the path into parts.

Namespace: EnterpriseDT.Util
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public static string[] Explode(
	string path
)
Visual Basic
Public Shared Function Explode ( _
	path As String _
) As String()
Visual C++
public:
static array<String^>^ Explode(
	String^ path
)

Parameters

path
Type: System..::..String
Full path

Return Value

Parts of the path.

See Also