File Explorer

/proc/self/root/proc/1/task/1/root/node24/lib/node_modules/npm/node_modules/cacache/lib/util

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 /.

glob.js222 B · 8 lines
'use strict' const { glob } = require('glob')const path = require('path') const globify = (pattern) => pattern.split(path.win32.sep).join(path.posix.sep)module.exports = (path, options) => glob(globify(path), options)