GetProjectPath
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at GetProjectPath.
Returns the project's directory path.
Syntax
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
Customizing C++ Wizards with Common JScript Functions
JScript Functions for C++ Wizards
Creating a Custom Wizard
Designing a Wizard
GetProjectFile