FTPClientConnection100Class.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 to the specified path.
public:
virtual void SetWorkingDirectory(System::String ^ currentDirectory) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100::SetWorkingDirectory;
[System.Runtime.InteropServices.DispId(18)]
public virtual void SetWorkingDirectory (string currentDirectory);
[<System.Runtime.InteropServices.DispId(18)>]
abstract member SetWorkingDirectory : string -> unit
override this.SetWorkingDirectory : string -> unit
Public Overridable Sub SetWorkingDirectory (currentDirectory As String)
Parameters
- currentDirectory
- String
The path to set as the current working directory.
Implements
- Attributes