The same way as in the other versions, an absolute path or a relative path, this last one has the advantage that you can move all the game directory and the relative paths maintains intact:
Code:
//*** Paths------------------------------------------------
path "Entidades\\Mapas";
path "Entidades\\Modelos";
path "Entidades\\Sprites";
path "Entidades\\Terrains";
path "Graficos";
path "Levels";
path "Musicas";
path "Scripts";
path "Sons";
path "Texturas";
path "Interface";
path "Fonts";
path "Database";
savedir "\\GameSave";