 | FtpChangeFolder Method |
Changes the current working folder on the server.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic string ChangeFolder(
string folder
)
Public Function ChangeFolder (
folder As String
) As String
public:
String^ ChangeFolder(
String^ folder
)
member ChangeFolder :
folder : string -> string Parameters
- folder String
- Pathname of the folder to change to.
Return Value
StringAbsolute path of the current working remote folder.
See Also