Hi
What is require is to get the path of current working directory.I m working on windows-XP.
Is any function avaliable in c/c++ i could find on net
#include <unistd.h>
char *getcwd(char *buf, size_t size);
But not working i don't know why. Can u provide small code of how to use this function or any other function which can do the above task in a better way.