mod_path

string The current mod's full directory path.

For example, C:\Users\me\Desktop\CheesyPizza B1.5\mods\Example Mod

Example

ini_open(MOD_PATH + "/saveData.ini");
This loads the saveData.ini file located at the mod's root.