* **Core**: Asynchronous rename. No arguments other than a possible exception * are given to the completion callback.
(oldPath: string, newPath: string, cb: BFSOneArgCallback)
| 105 | * are given to the completion callback. |
| 106 | */ |
| 107 | rename(oldPath: string, newPath: string, cb: BFSOneArgCallback): void; |
| 108 | /** |
| 109 | * **Core**: Synchronous rename. |
| 110 | */ |
no outgoing calls
no test coverage detected