FileManager.renameFile() method
Rename or move a file safely, and update all links to it depending on the user’s preferences.
Signature:
renameFile(file: TAbstractFile, newPath: string): Promise<void>;Parameters
| Parameter | Type | Description |
|---|---|---|
file | TAbstractFile | the file to rename |
newPath | string | the new path for the file |
Returns:
Promise<void>