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