//__filename is the file name of the current module//__dirname is the directory name of the current moduleconsole.log(__filename);console.log(__dirname);