REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 657 B
Close
/opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/node_modules.bundled/fstream-npm/example/dir.js
Text
Base64
// this will show what ends up in the fstream-npm package var P = require('../') var DW = require('fstream').DirWriter var target = new DW({ Directory: true, type: 'Directory', path: __dirname + '/output'}) function f (entry) { return entry.basename !== '.git' } P({ path: './', type: 'Directory', isDirectory: true, filter: f }) .on('package', function (p) { console.error('package', p) }) .on('ignoreFile', function (e) { console.error('ignoreFile', e) }) .on('entry', function (e) { console.error(e.constructor.name, e.path) }) .pipe(target) .on('end', function () { console.error('ended') })
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
bundle.js
345 B
lrw-r--r--
2021-09-28 09:36:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
dir-tar.js
548 B
lrw-r--r--
2021-09-28 09:36:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
dir.js
657 B
lrw-r--r--
2021-09-28 09:36:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
example.js
358 B
lrw-r--r--
2021-09-28 09:36:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ig-tar.js
545 B
lrw-r--r--
2021-09-28 09:36:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tar.js
605 B
lrw-r--r--
2021-09-28 09:36:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).