📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 14:03:19
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
node_modules
/
path-key
📍 /lib/node_modules/npm/node_modules/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