FileSystem.GetHash (deprecated)
Method | |
---|---|
Module | FileSystem |
Library | Core |
Action | Returns the hash of a file or directory. |
Parameters |
|
Return values | If a directory is named, the following are returned:
Otherwise, if a file is named, the following are returned:
|
Example | FileSystem.GetHash(Path:"C:\\tmp\\ips.txt", Algorithm:"MD5"); FileSystem.GetHash(Path:"C:\\tmp\\ips.txt", Algorithm:"SHA1"); FileSystem.GetHash(Path:"C:\\tmp", Algorithm:"SHA256"); |
Platforms |
|
Notes | This method was deprecated in 3.1. Use GetFileHash and GetDirectoryHash instead. |