Process4::CurrentDirectory Property

 

Gets the current directory of the process being debugged. This is a read-only property.

Namespace:   EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

property String^ CurrentDirectory {
	String^ get();
}

Property Value

Type: System::String^

String that contains the path to the current directory of the process.

The path this property gets is the same path that will be returned if the process calls kernel32!GetCurrentDirectory.

Return to top
Show: