IDTSFtpClientConnection100.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 working directory for the client connection.
public:
void SetWorkingDirectory(System::String ^ currentDirectory);
[System.Runtime.InteropServices.DispId(18)]
public void SetWorkingDirectory (string currentDirectory);
[<System.Runtime.InteropServices.DispId(18)>]
abstract member SetWorkingDirectory : string -> unit
Public Sub SetWorkingDirectory (currentDirectory As String)
Parameters
- currentDirectory
- String
The directory to be set.
- Attributes