 | FtpGetCurrentFolder Method |
Gets the absolute path of the current working folder on the remote server.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic string GetCurrentFolder()
Public Function GetCurrentFolder As String
public:
String^ GetCurrentFolder()
member GetCurrentFolder : unit -> string
Return Value
StringAbsolute path of the current working remote folder.
See Also