* Copy files or folders. * * @param source The existing file. * @param destination The destination location. * @param options Defines if existing files should be overwritten.
(source: Uri, target: Uri, options?: { overwrite?: boolean })
| 6574 | * @param options Defines if existing files should be overwritten. |
| 6575 | */ |
| 6576 | copy(source: Uri, target: Uri, options?: { overwrite?: boolean }): Thenable<void>; |
| 6577 | } |
| 6578 | |
| 6579 | /** |
no outgoing calls