* 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)
| 9413 | * @param content The new content of the file. |
| 9414 | */ |
| 9415 | writeFile(uri: Uri, content: Uint8Array): Thenable<void>; |
| 9416 | |
| 9417 | /** |
| 9418 | * Delete a file. |
no outgoing calls
no test coverage detected