| 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
)
Public Function GetLocalPath (
localFolder As String
) As String
public:
String^ GetLocalPath(
String^ localFolder
)
member GetLocalPath :
localFolder : string -> string
Parameters
- localFolder
- Type: SystemString
Local folder at which local path should be rooted.
Return Value
Type:
StringLocal path.
See Also