Process4::CurrentDirectory Property
Visual Studio 2015
Gets the current directory of the process being debugged. This is a read-only property.
Assembly: EnvDTE90a (in EnvDTE90a.dll)
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.
Show: