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