Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created December 21, 2011 02:17
Show Gist options
  • Save springmeyer/1504260 to your computer and use it in GitHub Desktop.
Save springmeyer/1504260 to your computer and use it in GitHub Desktop.
var path = require('path');
console.log(path.resolve(__dirname + '/../fixtures'));
console.log(path.resolve(path.join(__dirname,'../fixtures')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment