Function File.getMd5

Returns an MD5 String representing the file at the given path or an empty String on failure.

String getMd5 (
  const(String) path
) nothrow @nogc const;