Is it possible to determine the working directory of another process?

Posted by Tom Williams on Stack Overflow See other posts from Stack Overflow or by Tom Williams
Published on 2010-06-03T15:56:51Z Indexed on 2010/06/03 16:04 UTC
Read the original article Hit count: 201

Filed under:

Given a HANDLE (or ProcessID) to process 'A' is it possible on Win32 for an unrelated process 'B' to determine the current working directory of process 'A' ?

© Stack Overflow or respective owner

Related posts about winapi