* Delete a file. * * @param uri The resource that is to be deleted. * @param options Defines if trash can should be used and if deletion of folders is recursive
(uri: Uri, options?: { recursive?: boolean, useTrash?: boolean })
| 6556 | * @param options Defines if trash can should be used and if deletion of folders is recursive |
| 6557 | */ |
| 6558 | delete(uri: Uri, options?: { recursive?: boolean, useTrash?: boolean }): Thenable<void>; |
| 6559 | |
| 6560 | /** |
| 6561 | * Rename a file or folder. |
no outgoing calls
no test coverage detected