FileCloseAll Method

Closes all projects.

Syntax

expression**.FileCloseAll(Save)**

*expression   *     Optional. An expression that returns an Application object.

Save    Optional Long. Can be one of the following PjSave constants: pjDoNotSave, pjSave, or pjPromptSave. The default value is pjPromptSave for new project files and projects that have changed since the last save.

Applies to | Application Object

See Also | FileClose Method | FileExit Method | FileOpen Method | FileSaveAs Method