sasjs / utils

Utility functions and helpers for the SASjs framework
https://sasjs.io
8 stars 0 forks source link

Create a utility that hashes every file in a directory #203

Closed allanbowe closed 1 year ago

allanbowe commented 2 years ago

We need a utility that will md5() hash every file in a directory, Then hash all the hashes to get a hash for the parent directory - and so on until the final parent.

The logic should match this SAS program, so that the results can be compared: https://core.sasjs.io/mp__hashdirectory_8sas.html

The plan is to use this utility in the following SASjs products:

sasjsbot commented 1 year ago

:tada: This issue has been resolved in version 2.49.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: