mirror of
https://github.com/mamedev/mame.git
synced 2025-04-02 10:52:13 -04:00
2 lines
94 B
JavaScript
2 lines
94 B
JavaScript
var path = require('path');
|
|
console.log(path.join(path.relative('.', __dirname), 'include'));
|