mirror of
https://gitlab.com/es-de/emulationstation-de.git
synced 2025-04-02 10:51:45 -04:00
2 lines
94 B
JavaScript
2 lines
94 B
JavaScript
var path = require('path');
|
|
console.log(path.join(path.relative('.', __dirname), 'include'));
|