Skip to main content

getProjectPath

codebolt.project.getProjectPath(): Promise<GetProjectPathResponse>
Retrieves the path of the current project.

Returns:

 Promise<GetProjectPathResponse>
A promise that resolves with the project path response.

Example


const getpath = await codebolt.project.getProjectPath();

Explaination

The codebolt.project.getProjectPath() function is likely used to retrieve the path of the current project.