FileSystemAdapter.applyWriteOptions method
FileSystemAdapter › applyWriteOptions
Unofficial
Apply data write options to file.Signature:
applyWriteOptions(normalizedPath: string, options: DataWriteOptions): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | Path to file. |
| options | DataWriteOptions | Data write options. |
Returns: Promise<void> — A promise that resolves when the write options are applied.