FtpClientConnection.SetWorkingDirectory(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the current working directory on the File Transfer Protocol (FTP) server.
public:
void SetWorkingDirectory(System::String ^ currentDirectory);
public void SetWorkingDirectory (string currentDirectory);
member this.SetWorkingDirectory : string -> unit
Public Sub SetWorkingDirectory (currentDirectory As String)
Parameters
- currentDirectory
- String
The path to the directory to be set as the current working directory.