URIFileContent
fun URIFileContent(url: URL, contentType: ContentType = ContentType.defaultForFilePath(url.path))
Content copied to clipboard
fun URIFileContent(uri: URI, contentType: ContentType = ContentType.defaultForFilePath(uri.path))
Content copied to clipboard