Tracks a written file using a hash code that represents the file state after the write operation.
- Namespace
- Statiq
.Common - Containing Type
- IFileWriteTracker
Syntax
void TrackWrite(NormalizedPath path, int hashCode, bool actualWrite)
Parameters
Name | Type | Description |
---|---|---|
path | NormalizedPath | The path that was written to. |
hashCode | int | A hash code that represents the file state. |
actualWrite | bool | true if a file what actually written, false if only tracking information was added (used primarily for reporting). |