abs_path
The abs_path
function returns the supplied path as an absolute path.
Syntax
abs_path( path )
Arguments
Argument | Description |
---|---|
path
|
(string) A relative path. |
Returns
(String). A string containing the supplied path as an absolute path.