Function File.getSha256

Returns a SHA-256 String representing the file at the given path or an empty String on failure.

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