From 67651271f60347b2d3cadd235a4abac0b3a1bc16 Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Sun, 10 Nov 2019 23:24:02 -0500 Subject: fs: add hash compute method --- docs/markdown/Fs-module.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/markdown/Fs-module.md b/docs/markdown/Fs-module.md index 7c2925f90..499b8d272 100644 --- a/docs/markdown/Fs-module.md +++ b/docs/markdown/Fs-module.md @@ -32,6 +32,14 @@ name exists on the file system. This method follows symbolic links. Takes a single string argument and returns true if the path pointed to by the string is a symbolic link. +## File Parameters + +### hash + +The `hash` method computes the requested hash sum of a file. +The available hash methods include: md5, sha1, sha224, sha256, sha384, sha512. + + ## Filename modification ### with_suffix -- cgit v1.2.3