File manager - Edit - /usr/local/lib/node_modules/gulp/node_modules/vinyl-fs/lib/src/read-contents/read-symbolic-link.js
Back
'use strict'; var fs = require('graceful-fs'); function readLink(file, optResolver, onRead) { fs.readlink(file.path, onReadlink); function onReadlink(readErr, target) { if (readErr) { return onRead(readErr); } // Store the link target path file.symlink = target; onRead(); } } module.exports = readLink;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings