IPostWriteHandler for Windows systems.
bool NeedsPostWrite(string sourceFilePath)
Check if a given sourceFilePath will need HandleWrite(string) called on a copy of it....
void HandleWrite(string filePath)
For handling system specific necessities after a write.
Handles changing file modes/permissions after writing.