md5

suspend fun File.md5(): String

Computes the MD5 hash of the file.

Receiver

The File to compute the MD5 hash for.

Return

The MD5 hash of the file as a hexadecimal string.