Gets the folder-path without the file-name

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

Syntax

C#
public static string GetFolderPath(
	string path
)
Visual Basic
Public Shared Function GetFolderPath ( _
	path As String _
) As String
Visual C++
public:
static String^ GetFolderPath(
	String^ path
)

Parameters

path
Type: System..::..String
Absolute or relative path

Return Value

Folder path

See Also