DataAdapterEx.update method
DataAdapterEx › update
Unofficial
Set whether OS is insensitive to case.Signature:
update(normalizedPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | normalized path to update. |
Returns: Promise<void> — A promise that resolves when the update is complete.