IDTSFtpClientConnection100.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 working directory for the client connection.
public:
System::String ^ GetWorkingDirectory();
[System.Runtime.InteropServices.DispId(15)]
public string GetWorkingDirectory ();
[<System.Runtime.InteropServices.DispId(15)>]
abstract member GetWorkingDirectory : unit -> string
Public Function GetWorkingDirectory () As String
Returns
The working directory.
- Attributes