Is there a function like in Unix that determines your present working directory (pwd)?
This is a discussion on pwd within the Windows Programming forums, part of the Platform Specific Boards category; Is there a function like in Unix that determines your present working directory (pwd)?...
Is there a function like in Unix that determines your present working directory (pwd)?
in windows? (i forgot to add this...just in case)
>>> 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.
PROBLEMS ALL RESOLVED...THANKS FOR SUGGESTIONS!