@bitbeater/node-utils - v3.0.0
Preparing search index...
files
append
Function append
append
(
path
:
PathLike
|
FileHandle
,
data
:
string
|
Uint8Array
<
ArrayBufferLike
>
,
options
?:
BufferEncoding
|
ObjectEncodingOptions
&
FlagAndOpenMode
,
)
:
Promise
<
void
>
add to file, if the file or folder does not exist it will be recursively created
Parameters
path
:
PathLike
|
FileHandle
data
:
string
|
Uint8Array
<
ArrayBufferLike
>
Optional
options
:
BufferEncoding
|
ObjectEncodingOptions
&
FlagAndOpenMode
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@bitbeater/node-utils - v3.0.0
Loading...
add to file, if the file or folder does not exist it will be recursively created