You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_SaveFileInfo object:

Class

Cvo_SaveFileInfo

Syntax

#include <Cvo/OpenFile.h++>

new Cvo_SaveFileInfo ( char *resource )

Overview

This object is used to set data for the Cvo__OpenFile object. As the Cvo__OpenFile object is generally created from a menu, such as the Cvo_Menu object, it is difficult to specify attributes for that Cvo__OpenFile object. A Cvo_SaveFileInfo object may be created, and a pointer to it passed to the Cvo__OpenFile object during construction. Then, Cvo__OpenFile will obtain various data information from the Cvo_SaveFileInfo object. This data includes:

Member Functions

This object defines the following member functions.


See the example source code for an example of how to use this object.


See the legend for information about the conventions used in this documentation.