FTPClientConnection100Class.GetWorkingDirectory 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.
Gets the current working directory.
public:
virtual System::String ^ GetWorkingDirectory() = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100::GetWorkingDirectory;
[System.Runtime.InteropServices.DispId(15)]
public virtual string GetWorkingDirectory ();
[<System.Runtime.InteropServices.DispId(15)>]
abstract member GetWorkingDirectory : unit -> string
override this.GetWorkingDirectory : unit -> string
Public Overridable Function GetWorkingDirectory () As String
Returns
The current working directory.
Implements
- Attributes