ACIL FM
Dark
Refresh
Current DIR:
/home/benbot/bot/server/node_modules/@humanfs/core/dist
/
home
benbot
bot
server
node_modules
@humanfs
core
dist
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
errors.d.ts
1.3 MB
chmod
View
DL
Edit
Rename
Delete
fsx.d.ts
7.9 MB
chmod
View
DL
Edit
Rename
Delete
hfs.d.ts
13.21 MB
chmod
View
DL
Edit
Rename
Delete
index.d.ts
95 B
chmod
View
DL
Edit
Rename
Delete
path.d.ts
3.01 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/benbot/bot/server/node_modules/@humanfs/core/dist/errors.d.ts
/** * @fileoverview Common error classes * @author Nicholas C. Zakas */ /** * Error thrown when a file or directory is not found. */ export class NotFoundError extends Error { /** * Creates a new instance. * @param {string} message The error message. */ constructor(message: string); /** * Error code. * @type {string} */ code: string; } /** * Error thrown when an operation is not permitted. */ export class PermissionError extends Error { /** * Creates a new instance. * @param {string} message The error message. */ constructor(message: string); /** * Error code. * @type {string} */ code: string; } /** * Error thrown when an operation is not allowed on a directory. */ export class DirectoryError extends Error { /** * Creates a new instance. * @param {string} message The error message. */ constructor(message: string); /** * Error code. * @type {string} */ code: string; } /** * Error thrown when a directory is not empty. */ export class NotEmptyError extends Error { /** * Creates a new instance. * @param {string} message The error message. */ constructor(message: string); /** * Error code. * @type {string} */ code: string; }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply