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.22214.1022
Syntax
public string GetLocalPath(
	string localFolder
)

Parameters

localFolder
Type: SystemString
Local folder at which local path should be rooted.

Return Value

Type: String
Local path.
See Also