Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

More On Using C++ Builder Path Manipulation Routines

More On Using C++ Builder Path Manipulation Routines main image

Hello C++ Developers,

This week is another great week. The new RAD Studio 11C++ Builder 11, Delphi 11 are released with great new features and according to our tests on the most of examples of LearnCPlusPlus.org are working well with the latest RADS 11. If you are new to RAD Studio, we think these posts may help you much as a rapid introduction to programming in C++ and C++ IDE if you’re a beginner, all the way to the most robust, modern, and latest techniques for those more experienced with the language or for those who are perhaps wanting to expand their knowledge with the most up-to-date features, routines, and methodologies.

C++ Builder has a lot of specific methods in its SysUtils library that are included in VCL and FMX libraries. Some of these are grouped as Path Manipulation Routines which allow users to edit, extract, get and set drive name, directory name, file name, and file extensions. These methods are combined in Vcl.FileCtrlSystem.IOUtils,  System.SysUtils libraries. These all methods are easy to use and easy to get or set file path strings in that operating system. These can be used with other component properties like FileName property of OpenDialog, SaveDialog components. We can also check drives, files, or directories if they exist or not in that given path. And we can combine two path strings as a new path string. C++ Builder is very powerful in these kinds of operations with the path strings.

We have new C++ posts with examples about Path Manipulation Routines that can be used in your Windows applications or your Mobile application, games, or may help to extend your C++ knowledge by the given different methods below.

We also post a good selection of very useful C++ posts here on the Embarcadero Blog. To find them just click on the following dynamic search link: https://blogs.embarcadero.com/?s=c%2B%2B

We have already written about the Path Manipulation routines in this blog post: https://blogs.embarcadero.com/how-to-use-c-builder-path-manipulation-routines-on-windows/

But there’s so much more to learn!

Know more about the C++ set and how it can help you store unique elements in a sorted way.

How to use C++ Builder in modern and professional ways

If you are following our posts these posts will be easy to understand awesome basics of modern C++. Here have new LearnCPlusPlus.org picks for you this week.

Here are the C++ questions from developers that we answer in our posts

Here are the questions that answer in these post picks above,

What are some of our favorite C++ posts?

We keep adding new topics about C++ in general and specific topics for C++ Builder, Dev-C++, and for the other C++ compilers. Please keep following our LearnCPlusPlus.org website for the latest posts and updates. Feel free to comment and share with your colleagues, students, members – knowledge is power, and knowledge shared is empowering.

Know more about set C++ and how this remarkable tool can help you store unique elements in a sorted way.

C++ Builder is the easiest and fastest C and C++ IDE for building simple or professional applications on the Windows, MacOS, iOS & Android operating systems. It is also easy for beginners to learn with its wide range of samples, tutorials, help files, and LSP support for code. RAD Studio’s C++ Builder version comes with the award-winning VCL framework for high-performance native Windows apps and the powerful FireMonkey (FMX) framework for cross-platform UIs.

There is a free C++ Builder Community Edition for students, beginners, and startups; it can be downloaded from here. For professional developers, there are Professional, Architect, or Enterprise versions of C++ Builder and there is a trial version you can download from here.

Exit mobile version