FileSystem.GetDirectoryHash
Method | GetDirectoryHash |
---|---|
Module | FileSystem |
Library | Core |
Action | Returns the hash of a directory and its entire contents, including the contents of subdirectories recursively. |
Parameters |
|
Return values | |
Example | FileSystem.GetDirectoryHash(DirectoryPath:"c:\\tmp", Algorithm:"MD5"); |
Platforms |
|
Notes | Returns On Windows a remote directory is not supported, neither in UNC format nor using a mapped drive. This is not treated as an error but no content is returned. |