Search
Preparing search index...
The search index is not available
makit
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"fs/nodefs-impl"
NodeFileSystem
Class NodeFileSystem
Hierarchy
NodeFileSystem
Implements
FileSystem
Index
Methods
exists
Sync
mkdir
mkdir
Sync
read
File
read
File
Sync
stat
stat
Sync
unlink
unlink
Sync
utimes
utimes
Sync
write
File
write
File
Sync
Methods
exists
Sync
exists
Sync
(
path
:
string
)
:
boolean
Parameters
path:
string
Returns
boolean
mkdir
mkdir
(
path
:
string
, options
:
number
|
string
|
MakeDirectoryOptions
|
null
)
:
Promise
<
void
>
Parameters
path:
string
Optional
options:
number
|
string
|
MakeDirectoryOptions
|
null
Returns
Promise
<
void
>
mkdir
Sync
mkdir
Sync
(
path
:
string
, options
:
number
|
string
|
MakeDirectoryOptions
|
null
)
:
void
Parameters
path:
string
Optional
options:
number
|
string
|
MakeDirectoryOptions
|
null
Returns
void
read
File
read
File
(
path
:
string
, encoding
:
undefined
|
string
)
:
Promise
<
string
>
Parameters
path:
string
Optional
encoding:
undefined
|
string
Returns
Promise
<
string
>
read
File
Sync
read
File
Sync
(
path
:
string
, encoding
:
string
)
:
string
Parameters
path:
string
encoding:
string
Returns
string
stat
stat
(
path
:
string
)
:
Promise
<
Stats
>
Parameters
path:
string
Returns
Promise
<
Stats
>
stat
Sync
stat
Sync
(
path
:
string
)
:
Stats
Parameters
path:
string
Returns
Stats
unlink
unlink
(
path
:
string
)
:
Promise
<
void
>
Parameters
path:
string
Returns
Promise
<
void
>
unlink
Sync
unlink
Sync
(
path
:
string
)
:
void
Parameters
path:
string
Returns
void
utimes
utimes
(
path
:
string
, atime
:
number
, mtime
:
number
)
:
Promise
<
void
>
Parameters
path:
string
atime:
number
mtime:
number
Returns
Promise
<
void
>
utimes
Sync
utimes
Sync
(
path
:
string
, atime
:
number
, mtime
:
number
)
:
void
Parameters
path:
string
atime:
number
mtime:
number
Returns
void
write
File
write
File
(
path
:
string
, data
:
string
)
:
Promise
<
void
>
Parameters
path:
string
data:
string
Returns
Promise
<
void
>
write
File
Sync
write
File
Sync
(
path
:
string
, data
:
string
)
:
void
Parameters
path:
string
data:
string
Returns
void
Globals
"fs/nodefs-
impl"
Node
File
System
exists
Sync
mkdir
mkdir
Sync
read
File
read
File
Sync
stat
stat
Sync
unlink
unlink
Sync
utimes
utimes
Sync
write
File
write
File
Sync
mkdir
read
File
stat
unlink
utimes
write
File
Generated using
TypeDoc