====== project_GetProjectFilename ====== ===== Description ===== Retrieve the filename of the current application project. ===== Function prototype ===== const char* CExtAPI::project_GetProjectFilename(void); ===== Arguments ===== //None.// ===== Return value ===== A handle to a C-style string containing the full path to the project filename, including drive, directory, filename and extension. If the project has not been saved, a null pointer is returned. ===== Comments ===== None.