🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-09 15:51:15 | PHP 8.2.33
📂
/ (Root)
/
opt
/
cpanel
/
ea-nodejs16
/
lib
/
node_modules
/
npm
/
node_modules
/
unique-filename
/
lib
📍 /opt/cpanel/ea-nodejs16/lib/node_modules/npm/node_modules/unique-filename/lib
🔄 Refresh
✏️
Editing: index.js
Read Only
var path = require('path') var uniqueSlug = require('unique-slug') module.exports = function (filepath, prefix, uniq) { return path.join(filepath, (prefix ? prefix + '-' : '') + uniqueSlug(uniq)) }
💾 Save Changes
❌ Cancel