File Explorer

/proc/self/root/proc/1/task/1/root/node24/lib/node_modules/npm/node_modules/@npmcli/fs/lib

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

index.js268 B · 14 lines
'use strict' const cp = require('./cp/index.js')const withTempDir = require('./with-temp-dir.js')const readdirScoped = require('./readdir-scoped.js')const moveFile = require('./move-file.js') module.exports = {  cp,  withTempDir,  readdirScoped,  moveFile,}