Thread: pwd

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    26

    pwd

    Is there a function like in Unix that determines your present working directory (pwd)?

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    26
    in windows? (i forgot to add this...just in case)

  3. #3
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> in windows? (i forgot to add this...just in case)

    Not generally required on the Windows board!

    pwd is an interactive command, if you want to see where you are at the DOS prompt, look at the DOS prompt. If you want to do this from a program, look up the GetCurrentDirectory() API function in the help or at MSDN.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  4. #4
    Registered User
    Join Date
    Feb 2002
    Posts
    26
    PROBLEMS ALL RESOLVED...THANKS FOR SUGGESTIONS!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with simple, simple program.
    By LightsOut06 in forum C Programming
    Replies: 5
    Last Post: 09-01-2005, 08:31 PM
  2. pwd
    By ober in forum C Programming
    Replies: 1
    Last Post: 04-21-2002, 07:09 PM