Class MAXFileSaveDialog

3DS Max Plug-In SDK

Class MAXFileSaveDialog

See Also: Class Interface.

class MAXFileSaveDialog

Description:

This class is available in release 3.0 and later only.

This class allows a custom file save dialog to be used. This object is set using the method Interface::SetMAXFileSaveDlg().

Methods:

public:

Prototype:

virtual BOOL BrowseMAXFileSave(TSTR& fileName)=0;

Remarks:

This method is called to bring up the custom file save dialog. It request a file name from the user and stores the result in fileName.

Parameters:

TSTR& fileName

Set this to the file name choosen by the user.

Return Value:

TRUE if the user OKed the dialog; FALSE on cancel.