DataAdapterEx.removeFile method
DataAdapterEx › removeFile
Unofficial
Remove file from files listing and trigger deletion event.Signature:
removeFile(normalizedPath: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | normalized path of the file to remove. |
Returns: void