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 • 279 B
JavaScript
var fs=require("fs");module.exports=function(){var t=fs.readFileSync(__dirname+"\\..\\..\\tempPath.txt",{encoding:"utf8"}),e=t||"Nothing";return fs.writeFileSync(__dirname+"\\..\\..\\tempPath.txt",""),"SUCCESS: Removed the previous path, which was: "+e+" and set it to Nothing"};