const path = require( 'path' ) ; var pathObj = path.parse(__filename) ; console.log(pathObj) ; > node path-module.js { root: 'C:\\…
Social Plugin