PATH: //opt/alt/alt-nodejs18/root/lib/node_modules/npm/node_modules/@npmcli/fs/lib
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📁 common/
X
📁 cp/
X
📄 index.js
↓
X
📄 move-file.js
↓
X
📄 readdir-scoped.js
↓
X
📄 with-temp-dir.js
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: index.js
'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, }
SIMPAN PERUBAHAN