Gets the folder-path without the file-name. If there are no
separators in the path, return the path as is
Namespace: EnterpriseDT.UtilAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public static string GetFolderPath( char separator, string path ) |
| Visual Basic |
|---|
Public Shared Function GetFolderPath ( _ separator As Char, _ path As String _ ) As String |
| Visual C++ |
|---|
public: static String^ GetFolderPath( wchar_t separator, String^ path ) |