tgstation-server  4.4.0
The /tg/station 13 server suite
WindowsPostWriteHandler.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Tgstation.Server.Host.IO
4 {
9  {
11  public void HandleWrite(string filePath)
12  {
13  if (filePath == null)
14  throw new ArgumentNullException(nameof(filePath));
15  }
16  }
17 }
Handles changing file modes/permissions after writing
IPostWriteHandler for Windows systems
void HandleWrite(string filePath)
For handling system specific necessities after a write