How to get the path of a file in VC++
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want to find the path of a file for example test.xml. If test.xml is located in C:\Temp\Data\test.xml, then by giving the file name (test.xml) as input, I want the path as output i.e C:\Temp\Data Can anyone please help me to do this? Thanks Madhavi.
-
Hi, I want to find the path of a file for example test.xml. If test.xml is located in C:\Temp\Data\test.xml, then by giving the file name (test.xml) as input, I want the path as output i.e C:\Temp\Data Can anyone please help me to do this? Thanks Madhavi.
hi, use the win32findfile data strcture an use cfindfile class mfc or findfile apis