Gets the extension of the filename.
Namespace: EnterpriseDT.UtilAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public static string GetExtension( char separator, string path ) |
| Visual Basic |
|---|
Public Shared Function GetExtension ( _ separator As Char, _ path As String _ ) As String |
| Visual C++ |
|---|
public: static String^ GetExtension( wchar_t separator, String^ path ) |