SourcePoint AMD Help

Table of Contents

loadproject

Load a SourcePoint project file.

Syntax

loadproject([filename])

Where:

filename

specifies a filename. ย See Filenames for details.

Discussion

The loadproject function loads the specified project file. A project file contains all SourcePoint settings including the position and size of each window. ย If a project file is not specified, then the name of the currently loaded project file is displayed.

Example 1

To load a project file:

Command input:

loadProject("c:\\test\\test.prj")

Example 2

To display the name of the currently loaded project file:

Command input:

loadproject( )

Result:

"c:\test\test.prj"

Related Topics: