GetProjectPath

Returns the project's directory path.

function GetProjectPath( 
   oProj  
);

Parameters

  • oProj
    The selected project

Return Value

The project's directory path.

Remarks

Call this function to get the project's path.

See Also

Tasks

Creating a Custom Wizard

Concepts

Customizing C++ Wizards with Common JScript Functions

Designing a Wizard

Reference

GetProjectFile

Other Resources

JScript Functions for C++ Wizards