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