Returns the filename of the specified path without the extension.
Namespace: EnterpriseDT.UtilAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public static string GetFileNameWithoutExtension(
char separator,
string path
) |
Visual Basic |
---|
Public Shared Function GetFileNameWithoutExtension ( _
separator As Char, _
path As String _
) As String |
Visual C++ |
---|
public:
static String^ GetFileNameWithoutExtension(
wchar_t separator,
String^ path
) |
Return Value
Filename of the specified path without the extension.
See Also