Skip to content

FileSystemAdapter.applyWriteOptions method

FileSystemAdapter › applyWriteOptions

Unofficial

Apply data write options to file.

Signature:

applyWriteOptions(normalizedPath: string, options: DataWriteOptions): Promise<void>

Parameters:

ParameterTypeDescription
normalizedPathstringPath to file.
optionsDataWriteOptionsData write options.

Returns: Promise<void>A promise that resolves when the write options are applied.