Thread: trying to get the path of a process

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    319

    trying to get the path of a process

    PROCESSENTRY32
    and
    MODULEENTRY32
    dont have members that will show the exe path to which dir is executed from ,
    so ive tried something like
    GetFullPathName(p.szExeFile ,MAX_PATH, szOut, &lpPart);
    but this just says the file is on the desktop to any file
    does anyone know

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    GetModuleFileName()

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. init adopts zombie process?
    By password636 in forum Linux Programming
    Replies: 4
    Last Post: 07-01-2009, 10:05 AM
  2. create a child process that creates a child process
    By cus in forum Linux Programming
    Replies: 9
    Last Post: 01-13-2009, 02:14 PM
  3. Replies: 3
    Last Post: 10-15-2008, 09:24 AM
  4. Problem with forking a process
    By Unitedroad in forum C Programming
    Replies: 10
    Last Post: 10-04-2007, 01:43 AM
  5. process programming
    By St0rM-MaN in forum Linux Programming
    Replies: 2
    Last Post: 09-15-2007, 07:53 AM