BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
k1544
Root
/
.
/
lib
/
node_modules
/
bower
/
lib
/
util
📤 Upload
📝 New File
📁 New Folder
Close
Editing: isPathAbsolute.js
function isPathAbsolute(filePath) { return filePath.charAt(0) === '/'; } module.exports = isPathAbsolute;
Save
Cancel