MetadataCache.onRename method
MetadataCache › onRename
Unofficial
On rename of the cache: update metadata cacheSignature:
onRename(file: TAbstractFile, oldPath: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| file | TAbstractFile | The renamed file. |
| oldPath | string | The previous path of the file. |
Returns: void