get filename from file path nodejs code example Example: get file name nodejs var path = require('path'); var scriptName = path.basename(__filename);