removeEntry
inline suspend fun FileSystemDirectoryHandle.removeEntry(name: String, options: FileSystemRemoveOptions)(source)
The removeEntry()
method of the FileSystemDirectoryHandle interface attempts to remove an entry if the directory handle contains a file or directory called the name specified.