The function retrieves the full path to a specified file within a directory.
The GetFullPath function handles the retrieval of the complete path of a given file. It leverages the Windows API to achieve this.
The following example demonstrates how to use the function:
GetFullPath("C:\MyFolder\MyFile.txt");
This will return the complete path, including the directory and file.