FileReference::GetFileName
Defined in:
Returns the name stored in a C4Files.h
FileReference
object.
Prototype
const char *GetFileName(void) const;
Description
The GetFileName
function returns a pointer to the name of the file corresponding to the FileReference
object.
See Also