C++Introduction to C++Language FeatureLearn C++

How To Get A File Extension From A Windows Path In A C++ App

How can I get file extension from a path string in a C++app on Windows PC? What is the GetExtension Method? What is the syntax of the GetExtension method? Is there an example of how to use the GetExtension Method? The C++ Builder IO libraries C++ Builder has a lot of specific methods in its SysUtils and IOUtils library that is included in vcl and fmx libraries. Some of these are grouped as…
Read more