md5

suspend fun Path.md5(): String

Computes the MD5 hash of the file at the given Path.

Receiver

The Path of the file to compute the MD5 hash for.

Return

The MD5 hash of the file as a hexadecimal string.