void HandleWrite(string filePath)
For handling system specific necessities after a write
IPostWriteHandler for POSIX systems
Handles changing file modes/permissions after writing
PosixPostWriteHandler(ILogger< PosixPostWriteHandler > logger)
Initializes a new instance of the PosixPostWriteHandler .
readonly ILogger< PosixPostWriteHandler > logger
The ILogger<TCategoryName> for the PosixPostWriteHandler