Thread: How to retrieve absolute filename directory

  1. #1
    Banned
    Join Date
    Jan 2003
    Posts
    1,708

    How to retrieve absolute filename directory

    What function or functions do you use to obtain the absolute filename directory?

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    What do you mean by...

    >>> absolute filename directory
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    There are solutions to getting the current working directory. One is GetCurrentDirectory().

    Kuphryn

  4. #4
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    What do you mean by...
    I meant the full path of the file.

    Thanks kuphryn that was what I was looking for.

  5. #5
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    I'm glad Kuphyrn made a good guess, if he hadn't my next question would have been...

    >>> I meant the full path of the file.

    ... which file?

    Ask good questions, you get good answers quicker.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  6. #6
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    I see so many members asking vague questions. That is one reason why I so often give vague answers and include a question with it as well.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Scan filename and make a list
    By Schouf in forum C Programming
    Replies: 14
    Last Post: 11-21-2008, 06:29 PM
  2. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  3. Couple errors please help :-D
    By JJJIrish05 in forum C Programming
    Replies: 9
    Last Post: 03-06-2008, 02:54 AM
  4. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  5. How to see if a filename is a directory?
    By dwks in forum C Programming
    Replies: 5
    Last Post: 08-07-2005, 10:22 PM