Introduction
File path handling helps you find and work with files on your computer in a safe and easy way.
When you want to open a file to read or write data.
When you need to join folder names and file names to create a full path.
When you want to check if a file or folder exists before using it.
When you want to get the folder or file name from a full path.
When you want your program to work on different computers with different folder styles.