diff options
author | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2019-11-10 23:24:02 -0500 |
---|---|---|
committer | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2019-11-17 00:17:04 -0500 |
commit | 67651271f60347b2d3cadd235a4abac0b3a1bc16 (patch) | |
tree | 5777fe7de291cd60cdc1caf624f4770b18369ff6 /docs/markdown | |
parent | 1a0b4ddf340130d270a4c96a36f915eb5b0399f3 (diff) | |
download | meson-67651271f60347b2d3cadd235a4abac0b3a1bc16.zip meson-67651271f60347b2d3cadd235a4abac0b3a1bc16.tar.gz meson-67651271f60347b2d3cadd235a4abac0b3a1bc16.tar.bz2 |
fs: add hash compute method
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Fs-module.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/Fs-module.md b/docs/markdown/Fs-module.md index 7c2925f..499b8d2 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 |