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