Click or drag to resize

RemoteSearchItemGetLocalPath Method

Gets the full local path of the FtpItem represented by this remote server search result item rooted in localFolder parameter.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public string GetLocalPath(
	string localFolder
)

Parameters

localFolder  String
Local folder at which local path should be rooted.

Return Value

String
Local path.
See Also