df1bc2b95375ce8d49e7a3b4a5fc54d6ddee55fb.svn-base
303 Bytes
/**
* Temporary - The lord of tmp.
*
* Author: Veselin Todorov <hi@vesln.com>
* Licensed under the MIT License.
*/
var Tempdir = require('../lib/dir');
var dir = new Tempdir('foo') // name - optional
console.log(dir.path); // path.
/**
* You can also use:
*
* dir.rmdir
* dir.rmdirSync
*/