Variable
Static Public Summary | ||
public |
CoreBase: * |
|
public |
|
|
public |
errorCodes: {"ENOENT": number, "EACCES": number} A map of error codes |
|
public |
methodArguments: {"realpath": *, "exists": *, "stat": *, "readdir": *, "readfile": *, "writefile": *, "mkdir": *, "unlink": *, "touch": *, "search": *, "copy": *, "rename": *} A map of methods and their arguments. |
Static Public
public CoreBase: * source
public ServiceProvider: * source
public errorCodes: {"ENOENT": number, "EACCES": number} source
import {errorCodes} from '@osjs/server/src/utils/vfs.js'
A map of error codes
public methodArguments: {"realpath": *, "exists": *, "stat": *, "readdir": *, "readfile": *, "writefile": *, "mkdir": *, "unlink": *, "touch": *, "search": *, "copy": *, "rename": *} source
import {methodArguments} from '@osjs/server/src/utils/vfs.js'
A map of methods and their arguments. Used for direct access via API