File.getSha256

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

struct File
@nogc nothrow const
String
getSha256
(
in String path
)

Meta