Preparing search index...
The search index is not available
@salesforce/core
@salesforce/core
util/directoryWriter
DirectoryWriter
Class DirectoryWriter
Implements
StructuredWriter
Index
Constructors
constructor
Accessors
buffer
Methods
add
To
Store
finalize
get
Destination
Path
Constructors
constructor
new
Directory
Writer
(
rootDestination
?
)
:
DirectoryWriter
Parameters
Optional
rootDestination
:
string
Returns
DirectoryWriter
Accessors
buffer
get
buffer
(
)
:
Buffer
Returns
Buffer
Methods
add
To
Store
add
To
Store
(
contents
,
targetPath
)
:
Promise
<
void
>
Parameters
contents
:
string
|
Buffer
|
Readable
targetPath
:
string
Returns
Promise
<
void
>
finalize
finalize
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Destination
Path
get
Destination
Path
(
)
:
undefined
|
string
Returns
undefined
|
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
buffer
add
To
Store
finalize
get
Destination
Path
@salesforce/core
Loading...