📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 19:53:53
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
fs-extra
/
lib
/
path-exists
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/fs-extra/lib/path-exists
🔄 Refresh
✏️
Editing: index.js
Writable
'use strict' const u = require('universalify').fromPromise const fs = require('../fs') function pathExists (path) { return fs.access(path).then(() => true).catch(() => false) } module.exports = { pathExists: u(pathExists), pathExistsSync: fs.existsSync }
💾 Save Changes
❌ Cancel