fot
Version:
A simple tool that lets you start a project without the hassle of creating the same folders over and over again. Create once... and never again.
1 lines • 125 B
JavaScript
var fs=require("fs");module.exports=function(){return fs.readFileSync(__dirname+"\\..\\..\\tempPath.txt",{encoding:"utf8"})};