You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const js = path.join("../JAVASCRIPT","Notes_Lelo","engine.js") //joins path segments using platform specific separator
const base= path.basename(js); //returns the base file from given path, engine.js in this case
const absolute= path.resolve(__dirname,'folder',"dele.txt"); //The given sequence of paths is processed from right to left, with each subsequent path prepended until an absolute path is constructed. Returns D:\WebDesign Bootcamp\Node Tutorials\folder\dele.txt