nodejs-filepath-module-quick-test

node v4.9.1
version: 1.0.0
endpointsharetweet
//get a reference to the filepath module var fp = require('filepath'); //get a reference to the folder structure that leads up to the current file, //set it to the path variable var path = fp.newPath(); //output the path variable console.log('The path is: ' + path.toString());
Loading…

no comments

    sign in to comment