sasjs / utils

Utility functions and helpers for the SASjs framework

Home Page:https://sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a utility that hashes every file in a directory

allanbowe opened this issue ยท comments

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:

  • VS Code extension
  • CLI
  • Server (if we figure out how to do the imports)

๐ŸŽ‰ This issue has been resolved in version 2.49.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€