Package.packageFolderPath property
The absolute path to the package folder.
Signature
packageFolderPath: string;
Remarks
This path serves as the base folder for all package operations, including reading/writing package.json and resolving relative paths.
Path requirements:
- Must be an absolute path to a folder.
- Folder should contain (or will contain) a
package.jsonfile. - Used to construct the path to
package.jsonas{packageFolderPath}/package.json. - Remains constant throughout the lifecycle of the
Packageinstance.
The path is set during construction and used by all methods that access or modify package.json.
Generated via tsdoc2docusaurus 1.3.2 by API Extractor/Documenter 7.57.2.