Table of Contents

zproj_GetProjectFilename

Description

Retrieve the full path to the the current project file.

Files

Declaration zProj.h
Implementation zProj.cpp

Function prototype

const char* zproj_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.