🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 02:41:57 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs12
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
path-key
📍 /opt/alt/alt-nodejs12/root/usr/lib/node_modules/npm/node_modules.bundled/path-key
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict'; module.exports = opts => { opts = opts || {}; const env = opts.env || process.env; const platform = opts.platform || process.platform; if (platform !== 'win32') { return 'PATH'; } return Object.keys(env).find(x => x.toUpperCase() === 'PATH') || 'Path'; };
💾 Save Changes
❌ Cancel