Get your own Node server
var path = require('path');
//Return the delimiter:
console.log(path.delimiter);

              

;