Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Which include file I need to use for ExtractFileExt in C++?

Thank you in advance :)
Posted

What platform ? compiler ?
What is ExtractFileExt ? It does not look to be part if the Windows system ( not in the VS header files).

You could try using PathFindExtension[^].

Max.
 
Share this answer
 
Comments
Pavlo Valerijovich 27-Nov-12 15:49pm    
Yes, it works. Thanks

And what about equivalent of AnsiLowerCase in C++?
Albert Holguin 27-Nov-12 18:57pm    
+5
That is a Delphi function. You may use PathFindExtension[^] for the same purpose.
 
Share this answer
 
Comments
Pavlo Valerijovich 27-Nov-12 16:06pm    
Yes, it works. Thanks

And what about equivalent of AnsiLowerCase in C++?
CPallini 27-Nov-12 16:18pm    
You are welcome.
I suppose you may use CharLowerBuff, see http://msdn.microsoft.com/en-us/library/windows/desktop/ms647468(v=vs.85).aspx
Albert Holguin 27-Nov-12 18:55pm    
+5 for deciphering the question... :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900