Tip - Filename manipulation algorithms

Index

I recently had to write some code that pulled the drive and directory name from a fully qualified file name and use it to build the name of a file in the same directory. Well, like an idiot I sat down and wrote the functions to parse the string. After all, I'm use to the "Microsoft World" where these routines are not provided. Sure, it's a simple function to write, but shortly after I did, I discovered that Borland C++ Builder provides these functions already. Check out the help for: