Skip to content

DataAdapterEx.removeFile method

DataAdapterEx › removeFile

Unofficial

Remove file from files listing and trigger deletion event.

Signature:

removeFile(normalizedPath: string): void

Parameters:

Parameter Type Description
normalizedPath string normalized path of the file to remove.

Returns: void