A function defined in __bbmod_path.gml
bbmod_path_get_absolute(_path[, _start])
Retrieves an absolute version of a path.
Name | Type | Description |
---|---|---|
_path | String |
The relative path to turn into absolute. |
_start | String |
Which path is it relative to. Must be absolute! Defaults to the working directory. |
String
The absolute path.
If the path is already absolute then an unmodified path is returned.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.