* Write data to a file, replacing its entire contents. * * @param uri The uri of the file. * @param content The new content of the file.
(uri: Uri, content: Uint8Array)
| 6548 | * @param content The new content of the file. |
| 6549 | */ |
| 6550 | writeFile(uri: Uri, content: Uint8Array): Thenable<void>; |
| 6551 | |
| 6552 | /** |
| 6553 | * Delete a file. |
no outgoing calls
no test coverage detected