Exec.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 to use for the process. Should return null if ToolTask should use the current directory. May throw an IOException if the directory to be used is somehow invalid.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
override System::String ^ GetWorkingDirectory();
protected override string GetWorkingDirectory ();
override this.GetWorkingDirectory : unit -> string
Protected Overrides Function GetWorkingDirectory () As String
Returns
working directory
Remarks
If the working directory is UNC, returns the system path %SystemRoot%\System32.