mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
3 lines
94 B
JavaScript
3 lines
94 B
JavaScript
var path = require('path');
|
|
console.log(path.join(path.relative('.', __dirname), 'include'));
|