I need to extract complete path for a file givne the file name.
I am using the function GetFullPathName() but it only appends
the current directory of the project with the file name..
Is there any modification or some other function which can help?
I am using visual studio 2005 and visual c++...