🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 04:02:34 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
slash
📍 /opt/alt/alt-nodejs11/root/usr/lib/node_modules/npm/node_modules.bundled/slash
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict'; module.exports = function (str) { var isExtendedLengthPath = /^\\\\\?\\/.test(str); var hasNonAscii = /[^\x00-\x80]+/.test(str); if (isExtendedLengthPath || hasNonAscii) { return str; } return str.replace(/\\/g, '/'); };
💾 Save Changes
❌ Cancel