Skip to content

format

typescript
PathManager.CalculateByProjectPath(relative_path)

class: PathManager

description

Returns the full path with the project directory by specifying a relative path.

parameter

param_nametypedescription
relative_pathstringThe relative path.

return

typedescription
stringThe full path with the project directory.

code example