bool ChecksumUpToDate (string path, string checksum)
Compares the provided checksum with the current checksum.
This is a convenience method for XSL developers.
Exceptions:
OutOfMemoryException | Thrown when a low memory situation occurs. |
Parameters:
path | Full pathname of the file. |
checksum | The checksum. |
Returns:
True if the same, false if not the same.
Last modified date: 10/14/2020