# cur_root ## Function Returns the current VM project root directory. ## Syntax ```bt cur_root() ``` ## Parameters No parameters. ## Return value | Type | Description | | ------ | ------ | | String | Returns the project root directory path. | ## Example ```bt result = cur_root() // Output: String echo(type(result)) ``` ## Notes - Project root is set by CLI, Web, App run context.