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