removeFile

suspend fun removeFile(relativePath: String): Boolean

Removes a file from the known list, triggering onResourcesListChanged() if removed.

Return

true if the file was removed, false if it wasn't in the list.