Path to the current file
- __filename
- __dirname
console.log(__filename); // path to this file
console.log(__dirname); // path to the directory of this file
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
console.log(__filename); // path to this file
console.log(__dirname); // path to the directory of this file