format
typescript
PathManager.CalculateByCachePath(relative_path)class: PathManager
description
Returns the full path with the project directory by specifying a relative path.
parameter
| param_name | type | description |
|---|---|---|
| relative_path | string | The relative path. |
return
| type | description |
|---|---|
string | The full path with the project directory. |
