* Deletes a file from the file system. * @param path The path to the file.
(path: string)
| 18 | * @param path The path to the file. |
| 19 | */ |
| 20 | delete(path: string): void; |
| 21 | |
| 22 | /** |
| 23 | * Returns the logical paths of all files in the filesystem, optionally |
no outgoing calls