This constant holds the full path and filename of the YYP project file.
GM_project_filename;
String
draw_text(32, 32, GM_project_filename);
The above code draws the value of the GM project filename constant.