bbmod_path_get_absolute

A function defined in __bbmod_path.gml

bbmod_path_get_absolute(_path[, _start])

Description

Retrieves an absolute version of a path.

Arguments

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.

Returns

String The absolute path.

Note

If the path is already absolute then an unmodified path is returned.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.