const char* GetFilePath();
GetFilePath returns a file name path relative to the 'reference' directory. This is often a path that was used to create a file (this is not a global path, global path can be obtained with help of directory).
A char pointer to the path of the file.