Splits the path into parts.
Namespace: EnterpriseDT.UtilAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public static string[] Explode( char separator, string path ) |
| Visual Basic |
|---|
Public Shared Function Explode ( _ separator As Char, _ path As String _ ) As String() |
| Visual C++ |
|---|
public: static array<String^>^ Explode( wchar_t separator, String^ path ) |